Skip to content

Commit

Permalink
Update to Alpine 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI committed Jan 31, 2019
1 parent c7bc33a commit 604e9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.9

# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
Expand Down

0 comments on commit 604e9f7

Please sign in to comment.