Skip to content

Commit

Permalink
chore: bump alpine version in dockerfiles (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere committed Sep 28, 2021
1 parent e807863 commit 65e53b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# To compile this image manually run:
#
# $ make docker
FROM alpine:3.13
FROM alpine:3.14.2

RUN apk add -U --no-cache ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# To compile this image manually run:
#
# $ make docker
FROM alpine:3.13
FROM alpine:3.14.2

RUN addgroup -S ory; \
adduser -S ory -G ory -D -H -s /bin/nologin
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-dc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-alpine
FROM golang:1.16-alpine3.14

RUN addgroup -S ory; \
adduser -S ory -G ory -D -H -s /bin/nologin
Expand Down

0 comments on commit 65e53b6

Please sign in to comment.