Skip to content

Commit

Permalink
fix: version clash in apk install
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jun 13, 2023
1 parent 4194d75 commit 24ebdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-alpine
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.18

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

COPY hydra /usr/bin/hydra

Expand Down

0 comments on commit 24ebdd3

Please sign in to comment.