Skip to content

Commit

Permalink
Merge pull request #40 from WyriHaximusNet/update-redis-to-7.4.6
Browse files Browse the repository at this point in the history
Update redis to 7.4.1
  • Loading branch information
WyriHaximus authored Nov 7, 2024
2 parents fd61c6d + fce3d8f commit 87aff90
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.1" && \
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 87aff90

Please sign in to comment.