Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
ENTRYPOINT ["/entrypoint.sh"]

# production stage
FROM alpine:3.21.3 AS production
FROM alpine:3.22.0 AS production

RUN apk add libgcc curl certbot certbot-nginx certbot-dns certbot-dns-digitalocean

Expand All @@ -73,4 +73,4 @@

COPY ./gateway/nginx /templates

ENTRYPOINT /gateway

Check warning on line 76 in gateway/Dockerfile

View workflow job for this annotation

GitHub Actions / Build 'gateway' Docker container

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
Loading