Skip to content

Commit

Permalink
fix for CVE-2023-5363
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Nov 14, 2023
1 parent 728391c commit 132add8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
FROM redis:7.0.12-alpine3.18
FROM redis:7.0.12-alpine3.18

RUN apk update && \
apk upgrade

0 comments on commit 132add8

Please sign in to comment.