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 @@ -27,7 +27,7 @@ RUN set -x
27
27
&& chmod 755 restic
28
28
29
29
RUN set -x \
30
- && curl -fsSL -o redis-dump-go.tar.gz https://github.com/yannh /redis-dump-go/releases/download/v{REDIS_DUMP_VER}/redis-dump-go_{REDIS_DUMP_VER}_{ARG_OS}_{ARG_ARCH}.tar.gz \
30
+ && curl -fsSL -o redis-dump-go.tar.gz https://github.com/kubedb /redis-dump-go/releases/download/v{REDIS_DUMP_VER}/redis-dump-go_{REDIS_DUMP_VER}_{ARG_OS}_{ARG_ARCH}.tar.gz \
31
31
&& tar -xzf redis-dump-go.tar.gz \
32
32
&& chmod 755 redis-dump-go
33
33
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN set -x
27
27
&& chmod 755 restic
28
28
29
29
RUN set -x \
30
- && curl -fsSL -o redis-dump-go.tar.gz https://github.com/yannh /redis-dump-go/releases/download/v{REDIS_DUMP_VER}/redis-dump-go_{REDIS_DUMP_VER}_{ARG_OS}_{ARG_ARCH}.tar.gz \
30
+ && curl -fsSL -o redis-dump-go.tar.gz https://github.com/kubedb /redis-dump-go/releases/download/v{REDIS_DUMP_VER}/redis-dump-go_{REDIS_DUMP_VER}_{ARG_OS}_{ARG_ARCH}.tar.gz \
31
31
&& tar -xzf redis-dump-go.tar.gz \
32
32
&& chmod 755 redis-dump-go
33
33
Original file line number Diff line number Diff line change 43
43
endif
44
44
45
45
RESTIC_VER := 0.12.1
46
- REDIS_DUMP_VER := 0.5.1
46
+ REDIS_DUMP_VER := 0.6.0
47
47
48
48
# ##
49
49
# ## These variables should not need tweaking.
You can’t perform that action at this time.
0 commit comments