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 ac17d10 commit daf520bCopy full SHA for daf520b
Dockerfile
@@ -7,7 +7,7 @@ FROM busybox:glibc
7
COPY --from=certs /etc/ssl/certs /etc/ssl/certs
8
9
# Get restic executable
10
-ENV RESTIC_VERSION=0.9.3
+ENV RESTIC_VERSION=0.9.4
11
ADD https://github.com/restic/restic/releases/download/v${RESTIC_VERSION}/restic_${RESTIC_VERSION}_linux_amd64.bz2 /
12
RUN bzip2 -d restic_${RESTIC_VERSION}_linux_amd64.bz2 && mv restic_${RESTIC_VERSION}_linux_amd64 /bin/restic && chmod +x /bin/restic
13
0 commit comments