File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG OS=debian:buster-slim
10
10
ARG ARCH=x64
11
11
12
12
# ----------------------------------------------------------------------------------------------
13
- FROM redisfab/redis-${ARCH}-${OSNICK}:5.0.5 AS redis
13
+ FROM redisfab/redis-${ARCH}-${OSNICK}:5.0.7 AS redis
14
14
FROM ${OS} AS builder
15
15
16
16
WORKDIR /build
@@ -38,7 +38,7 @@ RUN if [ "$TEST" = "1" ]; then make -C opt test $BUILD_ARGS NO_LFS=1; fi
38
38
39
39
# ----------------------------------------------------------------------------------------------
40
40
# FROM redis:latest
41
- FROM redisfab/redis-${ARCH}-${OSNICK}:5.0.5
41
+ FROM redisfab/redis-${ARCH}-${OSNICK}:5.0.7
42
42
43
43
RUN set -e; apt-get -qq update; apt-get -q install -y libgomp1
44
44
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG OS=debian:buster-slim
10
10
ARG ARCH=arm64v8
11
11
12
12
#----------------------------------------------------------------------------------------------
13
- FROM redisfab/redis-${ARCH}-${OSNICK}-xbuild:5.0.5 AS builder
13
+ FROM redisfab/redis-${ARCH}-${OSNICK}-xbuild:5.0.7 AS builder
14
14
15
15
RUN [ "cross-build-start" ]
16
16
@@ -39,7 +39,7 @@ RUN if [ "$TEST" = "1" ]; then make -C opt test $BUILD_ARGS NO_LFS=1; fi
39
39
RUN [ "cross-build-end" ]
40
40
41
41
#----------------------------------------------------------------------------------------------
42
- FROM redisfab/redis-${ARCH}-${OSNICK}-xbuild:5.0.5
42
+ FROM redisfab/redis-${ARCH}-${OSNICK}-xbuild:5.0.7
43
43
44
44
RUN [ "cross-build-start" ]
45
45
You can’t perform that action at this time.
0 commit comments