Skip to content

Commit 24ebdd3

Browse files
committed
fix: version clash in apk install
1 parent 4194d75 commit 24ebdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.18
22

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

77
COPY hydra /usr/bin/hydra
88

0 commit comments

Comments
 (0)