Skip to content

Commit 54addba

Browse files
authored
Merge pull request #7 from badsyntax/bugfix/healthcheck
Fix curl install
2 parents a1d2b37 + b599250 commit 54addba

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)