Update Redis version in Redis benchmark and test images.

PiperOrigin-RevId: 552623623
This commit is contained in:
Etienne Perot
2023-07-31 16:30:08 -07:00
committed by gVisor bot
parent 500658dc81
commit 8ab26ff0ce
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
FROM redis:5.0.4
FROM redis:7.0.12
RUN apt-get update && apt-get install -y net-tools
RUN apt-get update && apt-get install -y net-tools
+1 -1
View File
@@ -1 +1 @@
FROM redis:5.0.4
FROM redis:7.0.12