Skip to content

Commit 30100b7

Browse files
authored
Merge pull request #150 from michael-k/alpine-3.8
Bump alpine to 3.8
2 parents 9c13d36 + cd19a81 commit 30100b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

3.2/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.7
1+
FROM alpine:3.8
22

33
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
44
RUN addgroup -S redis && adduser -S -G redis redis

4.0/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.7
1+
FROM alpine:3.8
22

33
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
44
RUN addgroup -S redis && adduser -S -G redis redis

5.0-rc/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.7
1+
FROM alpine:3.8
22

33
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
44
RUN addgroup -S redis && adduser -S -G redis redis

0 commit comments

Comments
 (0)