We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e974796 commit 62087c4Copy full SHA for 62087c4
Dockerfile
@@ -20,7 +20,7 @@ WORKDIR ${ORASPKG}
20
RUN make "build-$(echo $TARGETPLATFORM | tr / -)"
21
RUN mv ${ORASPKG}/bin/${TARGETPLATFORM}/oras /go/bin/oras
22
23
-FROM docker.io/library/alpine:3.17.1
+FROM docker.io/library/alpine:3.21.3
24
RUN apk --update add ca-certificates
25
COPY --from=builder /go/bin/oras /bin/oras
26
RUN mkdir /workspace
0 commit comments