Skip to content

Commit

Permalink
fix: snapshot/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 28, 2024
1 parent da79ed2 commit d50a285
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:3.18.3
FROM alpine:3.19.3
COPY data.tar /
RUN tar xvf /data.tar -C /

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

0 comments on commit d50a285

Please sign in to comment.