Skip to content

Commit 66477b4

Browse files
authored
Docker6.0.5 (#427)
* Update Dockerfile * Update Dockerfile.arm * Update Dockerfile.gpu
1 parent 77e94a0 commit 66477b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD redisfab/redisai:${VERSION}-cpu-${ARCH}-${OSNICK}
22

3-
ARG REDIS_VER=6.0.1
3+
ARG REDIS_VER=6.0.5
44

55
# OSNICK=bionic|stretch|buster
66
ARG OSNICK=buster

Dockerfile.arm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD redisfab/redisai:${VERSION}-cpu-${ARCH}-${OSNICK}
22

3-
ARG REDIS_VER=6.0.1
3+
ARG REDIS_VER=6.0.5
44

55
# OSNICK=bionic|stretch|buster
66
ARG OSNICK=buster

Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD redisfab/redisai:${VERSION}-gpu-${ARCH}-${OSNICK}
22

3-
ARG REDIS_VER=6.0.1
3+
ARG REDIS_VER=6.0.5
44

55
# OSNICK=bionic|centos7|centos6
66
ARG OSNICK=bionic

0 commit comments

Comments
 (0)