Skip to content

Commit b599250

Browse files
committed
Fix curl install
1 parent da2e63b commit b599250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN npm prune --production
3030

3131
FROM base AS runner
3232

33-
RUN apk add curl=7.67.0-r3 --no-cache
33+
RUN apk add curl=7.77.0-r1 --no-cache
3434

3535
HEALTHCHECK CMD curl --fail http://localhost:5000/healthcheck || exit 1
3636

0 commit comments

Comments
 (0)