Skip to content

Commit 87aff90

Browse files
authored
Merge pull request #40 from WyriHaximusNet/update-redis-to-7.4.6
Update redis to 7.4.1
2 parents fd61c6d + fce3d8f commit 87aff90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM flant/shell-operator:v1.5.1
22

3-
RUN export REDIS_VERSION="7.0.5" && \
3+
RUN export REDIS_VERSION="7.4.1" && \
44
export REDIS_DOWNLOAD_URL="http://download.redis.io/releases/redis-${REDIS_VERSION}.tar.gz" && \
55
apk add --update --no-cache --virtual build-deps gcc make linux-headers musl-dev tar openssl-dev pkgconfig && \
66
wget -O redis.tar.gz "$REDIS_DOWNLOAD_URL" && \

0 commit comments

Comments
 (0)