Skip to content

Commit

Permalink
Merge pull request #78 from J0WI/alpine-3.16
Browse files Browse the repository at this point in the history
Alpine 3.16
  • Loading branch information
tianon authored May 23, 2022
2 parents f7015c3 + a418b99 commit cc2c8b4
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.15
FROM alpine:3.16

# 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 cc2c8b4

Please sign in to comment.