Skip to content

Commit

Permalink
chore: bump alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr committed Apr 3, 2023
1 parent 3a9a688 commit efa77fe
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,7 +1,7 @@
# To compile this image manually run:
#
# $ make docker
FROM alpine:3.17.2
FROM alpine:3.17.3

RUN apk --no-cache --update-cache --upgrade --latest add 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.17.2
FROM alpine:3.17.3

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

0 comments on commit efa77fe

Please sign in to comment.