Skip to content

Commit 90f6d2d

Browse files
authored
Update Dockerfile to use REDIS_VERSION argument
1 parent 6aade9f commit 90f6d2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

redis/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ARG UPSTREAM_VERSION
2-
FROM redis:${UPSTREAM_VERSION}
1+
ARG REDIS_VERSION
2+
FROM redis:${REDIS_VERSION}-alpine

0 commit comments

Comments
 (0)