Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
build(docker): bump curl from 7.67.0-r5 to 7.79.0-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 15, 2021
1 parent 33d1525 commit 5d06fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /usr/app
COPY . .
# Git is needed to install node modules from GitHub
# Curl needed for healthcheck command
RUN apk add --no-cache curl=7.67.0-r5 git=2.24.4-r0 && \
RUN apk add --no-cache curl=7.79.0-r0 git=2.24.4-r0 && \
npm ci --ignore-scripts && npm cache clean --force

# Node images provide 'node' unprivileged user to run apps and prevent
Expand Down

0 comments on commit 5d06fab

Please sign in to comment.