We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1d2b37 + b599250 commit 54addbaCopy full SHA for 54addba
Dockerfile
@@ -30,7 +30,7 @@ RUN npm prune --production
30
31
FROM base AS runner
32
33
-RUN apk add curl=7.67.0-r3 --no-cache
+RUN apk add curl=7.77.0-r1 --no-cache
34
35
HEALTHCHECK CMD curl --fail http://localhost:5000/healthcheck || exit 1
36
0 commit comments