From bae2abf6c2599b8f33a1f2f49933ab5c348c9c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:53:47 +0000 Subject: [PATCH] docker: ssh: bump alpine from 3.20.2 to 3.20.3 in /ssh Bumps alpine from 3.20.2 to 3.20.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ssh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/Dockerfile b/ssh/Dockerfile index a2d426f3940..2ae59ec48ac 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -55,7 +55,7 @@ WORKDIR $GOPATH/src/github.com/shellhub-io/shellhub/ssh ENTRYPOINT ["/entrypoint.sh"] # production stage -FROM alpine:3.20.2 AS production +FROM alpine:3.20.3 AS production RUN apk add curl