File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -x \
22
22
&& apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl bzip2
23
23
24
24
RUN set -x \
25
- && curl -fsSL -o restic.bz2 https://github.com/restic /restic/releases/download/v{RESTIC_VER}/restic_{RESTIC_VER}_{ARG_OS}_{ARG_ARCH}.bz2 \
25
+ && curl -fsSL -o restic.bz2 https://github.com/stashed /restic/releases/download/v{RESTIC_VER}/restic_{RESTIC_VER}_{ARG_OS}_{ARG_ARCH}.bz2 \
26
26
&& bzip2 -d restic.bz2 \
27
27
&& chmod 755 restic
28
28
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -x \
22
22
&& apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl bzip2
23
23
24
24
RUN set -x \
25
- && curl -fsSL -o restic.bz2 https://github.com/restic /restic/releases/download/v{RESTIC_VER}/restic_{RESTIC_VER}_{ARG_OS}_{ARG_ARCH}.bz2 \
25
+ && curl -fsSL -o restic.bz2 https://github.com/stashed /restic/releases/download/v{RESTIC_VER}/restic_{RESTIC_VER}_{ARG_OS}_{ARG_ARCH}.bz2 \
26
26
&& bzip2 -d restic.bz2 \
27
27
&& chmod 755 restic
28
28
Original file line number Diff line number Diff line change 42
42
endif
43
43
endif
44
44
45
- RESTIC_VER := 0.12.0
45
+ RESTIC_VER := 0.12.0-ac.20210727
46
46
47
47
# ##
48
48
# ## These variables should not need tweaking.
You can’t perform that action at this time.
0 commit comments