We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd61c6d + fce3d8f commit 87aff90Copy full SHA for 87aff90
Dockerfile
@@ -1,6 +1,6 @@
1
FROM flant/shell-operator:v1.5.1
2
3
-RUN export REDIS_VERSION="7.0.5" && \
+RUN export REDIS_VERSION="7.4.1" && \
4
export REDIS_DOWNLOAD_URL="http://download.redis.io/releases/redis-${REDIS_VERSION}.tar.gz" && \
5
apk add --update --no-cache --virtual build-deps gcc make linux-headers musl-dev tar openssl-dev pkgconfig && \
6
wget -O redis.tar.gz "$REDIS_DOWNLOAD_URL" && \
0 commit comments