Skip to content

Commit 57eb34f

Browse files
committed
deleted syft directory
1 parent 834dfc1 commit 57eb34f

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY package.json package-lock.json express-s3proxy.js ./
99
HEALTHCHECK --interval=60s CMD curl -f http://localhost:${PORT}/health || exit 1
1010
RUN apk --update-cache upgrade \
1111
&& npm ci --only=production \
12-
&& apk add --no-cache curl~=7.83.1 tini~=0.19.0 \
12+
&& apk add --no-cache curl tini \
1313
&& npm cache clean --force \
1414
&& rm -rf ~/.npm
1515

syft/Dockerfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)