Skip to content

Commit

Permalink
Merge pull request #375 from jhu-idc/snyk-fix-c82724342faa536a2848264…
Browse files Browse the repository at this point in the history
…5a151e2e7

[Snyk] Security upgrade alpine from latest to 3.18.3
  • Loading branch information
DonRichards authored Sep 15, 2023
2 parents 93ccde1 + 8c08ad4 commit da79ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapshot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest
FROM alpine:3.18.3
COPY data.tar /
RUN tar xvf /data.tar -C /

FROM alpine:latest
FROM alpine:3.18.3
COPY --from=0 /data/ /data

0 comments on commit da79ed2

Please sign in to comment.