We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81290e commit 70c00b9Copy full SHA for 70c00b9
2 files changed
.env
@@ -63,10 +63,10 @@ MARIADB_TAG=11.8-3.34.5
63
64
### --- VALKEY ---
65
66
-VALKEY_TAG=9.0-1.6.1
67
-#VALKEY_TAG=8.1-1.6.1
68
-#VALKEY_TAG=8.0-1.6.1
69
-#VALKEY_TAG=7-1.6.1
+VALKEY_TAG=9.0-1.6.2
+#VALKEY_TAG=8.1-1.6.2
+#VALKEY_TAG=8.0-1.6.2
+#VALKEY_TAG=7-1.6.2
70
71
### --- REDIS ---
72
tests/.env
@@ -5,7 +5,7 @@ DB_HOST=postgres
5
DB_ADAPTER=postgresql
6
DB_ENGINE=django.db.backends.postgresql
7
8
-VALKEY_TAG=8.1-1.6.1
+VALKEY_TAG=8.1-1.6.2
9
POSTGRES_TAG=17-1.38.3
10
NGINX_TAG=1.29-5.46.7
11
0 commit comments