Files
ipcheck/docker/redis/Dockerfile
T
2022-07-06 10:00:16 +08:00

4 lines
47 B
Docker

ARG REDIS_VERSION
FROM redis:${REDIS_VERSION}