Skip to content

Commit daf520b

Browse files
authored
Update Dockerfile
1 parent ac17d10 commit daf520b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM busybox:glibc
77
COPY --from=certs /etc/ssl/certs /etc/ssl/certs
88

99
# Get restic executable
10-
ENV RESTIC_VERSION=0.9.3
10+
ENV RESTIC_VERSION=0.9.4
1111
ADD https://github.com/restic/restic/releases/download/v${RESTIC_VERSION}/restic_${RESTIC_VERSION}_linux_amd64.bz2 /
1212
RUN bzip2 -d restic_${RESTIC_VERSION}_linux_amd64.bz2 && mv restic_${RESTIC_VERSION}_linux_amd64 /bin/restic && chmod +x /bin/restic
1313

0 commit comments

Comments
 (0)