Skip to content

Commit

Permalink
v.7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azagramac authored Dec 5, 2024
1 parent fa53a87 commit 8d25b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM redis:7.2.3-alpine3.18
FROM redis:7.4.1-alpine3.20

WORKDIR /redis

COPY init.sh /redis/init.sh
COPY redis.conf /redis/redis.conf

LABEL version="7.2.3"
LABEL version="7.4.1"
LABEL org.opencontainers.image.authors="https://azagramac.gitbook.io/"

EXPOSE 6379/tcp
Expand Down

0 comments on commit 8d25b04

Please sign in to comment.