upgrade Redis client to v9

This commit is contained in:
Phước Trung
2023-05-04 11:17:09 +07:00
committed by Ken Hibino
parent 5c48e4e31d
commit e44ba437a4
6 changed files with 61 additions and 44 deletions

View File

@@ -3,7 +3,7 @@
# Building a frontend.
#
FROM alpine:3.13 AS frontend
FROM alpine:3.17 AS frontend
# Move to a working directory (/static).
WORKDIR /static