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 dba6ac8 commit 8d41ec1Copy full SHA for 8d41ec1
Dockerfile
@@ -30,7 +30,7 @@ RUN npm prune --production
30
31
FROM base AS runner
32
33
-RUN apk add curl --no-cache
+RUN apk add curl=7.67.0-r3 --no-cache
34
35
HEALTHCHECK CMD curl --fail http://localhost:5000/ || exit 1
36
0 commit comments