We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7be79f5 + 2435f1f commit c0a2bc3Copy full SHA for c0a2bc3
4.0/alpine/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.8
+FROM alpine:3.9
2
3
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
4
RUN addgroup -S redis && adduser -S -G redis redis
5.0/alpine/Dockerfile
0 commit comments