We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4194d75 commit 24ebdd3Copy full SHA for 24ebdd3
.docker/Dockerfile-alpine
@@ -2,7 +2,7 @@ FROM alpine:3.18
2
3
RUN addgroup -S ory; \
4
adduser -S ory -G ory -D -H -s /bin/nologin
5
-RUN apk --no-cache --upgrade --latest add ca-certificates
+RUN apk --no-cache --upgrade add ca-certificates
6
7
COPY hydra /usr/bin/hydra
8
0 commit comments