Skip to content

Commit

Permalink
Update redis to 7.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Nov 7, 2024
1 parent fd61c6d commit 16df34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM flant/shell-operator:v1.5.1

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

0 comments on commit 16df34d

Please sign in to comment.