diff --git a/snapshot/Dockerfile b/snapshot/Dockerfile index cf28aa476..1118580c4 100644 --- a/snapshot/Dockerfile +++ b/snapshot/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.18.3 +FROM alpine:3 COPY data.tar / RUN tar xvf /data.tar -C / -FROM alpine:3.18.3 +FROM alpine:3 COPY --from=0 /data/ /data