Skip to content

Commit b30d3a7

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Use restic 0.14.0 (#123) (#125)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 4711712 commit b30d3a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile.dbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN set -x
2727
&& chmod 755 restic
2828

2929
RUN set -x \
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 \
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-{ARG_OS}-{ARG_ARCH}.tar.gz \
3131
&& tar -xzf redis-dump-go.tar.gz \
3232
&& chmod 755 redis-dump-go
3333

Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN set -x
2727
&& chmod 755 restic
2828

2929
RUN set -x \
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 \
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-{ARG_OS}-{ARG_ARCH}.tar.gz \
3131
&& tar -xzf redis-dump-go.tar.gz \
3232
&& chmod 755 redis-dump-go
3333

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ else
4242
endif
4343
endif
4444

45-
RESTIC_VER := 0.13.1
46-
REDIS_DUMP_VER := 0.6.0
45+
RESTIC_VER := 0.14.0
46+
REDIS_DUMP_VER := 0.7.2-ac
4747

4848
###
4949
### These variables should not need tweaking.

0 commit comments

Comments
 (0)