Skip to content

Commit 8d76335

Browse files
dependabot[bot]gustavosbarreto
authored andcommitted
docker: gateway: bump alpine from 3.22.2 to 3.23.0 in /gateway
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 68939ea commit 8d76335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ WORKDIR $GOPATH/src/github.com/shellhub-io/shellhub/gateway
5656
ENTRYPOINT ["/entrypoint.sh"]
5757

5858
# production stage
59-
FROM alpine:3.22.2 AS production
59+
FROM alpine:3.23.0 AS production
6060

6161
RUN apk add libgcc curl certbot certbot-nginx certbot-dns certbot-dns-digitalocean certbot-dns-cloudflare
6262

0 commit comments

Comments
 (0)