Skip to content

Commit

Permalink
fix: apk install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 13, 2023
1 parent c85d0a9 commit 08b2bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile-alpine
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.18
FROM alpine:3.18.2

RUN addgroup -S ory; \
adduser -S ory -G ory -D -H -s /bin/nologin
RUN apk --no-cache --update-cache --upgrade --latest add ca-certificates
RUN apk --no-cache --update-cache --upgrade add ca-certificates

COPY oathkeeper /usr/bin/oathkeeper

Expand Down

0 comments on commit 08b2bfb

Please sign in to comment.