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 834dfc1 commit 57eb34fCopy full SHA for 57eb34f
2 files changed
Dockerfile
@@ -9,7 +9,7 @@ COPY package.json package-lock.json express-s3proxy.js ./
9
HEALTHCHECK --interval=60s CMD curl -f http://localhost:${PORT}/health || exit 1
10
RUN apk --update-cache upgrade \
11
&& npm ci --only=production \
12
- && apk add --no-cache curl~=7.83.1 tini~=0.19.0 \
+ && apk add --no-cache curl tini \
13
&& npm cache clean --force \
14
&& rm -rf ~/.npm
15
syft/Dockerfile
0 commit comments