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 api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
ENTRYPOINT ["/entrypoint.sh"]

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

RUN apk add curl

Expand All @@ -70,4 +70,4 @@

COPY ./install.sh /templates/install.sh

ENTRYPOINT /api server

Check warning on line 73 in api/Dockerfile

View workflow job for this annotation

GitHub Actions / Build 'api' 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