Skip to content

Commit 3bca094

Browse files
docker: cli: bump alpine from 3.22.2 to 3.23.0 in /cli
Bumps alpine from 3.22.2 to 3.23.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b7c6b2 commit 3bca094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ RUN go build
4949
ENTRYPOINT ["/entrypoint-dev.sh"]
5050

5151
# production stage
52-
FROM alpine:3.22.2 AS production
52+
FROM alpine:3.23.0 AS production
5353

5454
COPY --from=builder /go/src/github.com/shellhub-io/shellhub/cli/cli /cli

0 commit comments

Comments
 (0)