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.
1 parent da2e63b commit b599250Copy full SHA for b599250
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