Skip to content

Commit

Permalink
Update to Alpine 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Aug 6, 2020
1 parent ad4ec33 commit ffe2a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine3.11
FROM golang:1.13-alpine3.12

RUN apk add --no-cache file

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test-alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12

# add "nobody" to ALL groups (makes testing edge cases more interesting)
RUN cut -d: -f1 /etc/group | xargs -n1 addgroup nobody
Expand Down

0 comments on commit ffe2a52

Please sign in to comment.