Skip to content

Commit 62087c4

Browse files
authored
build: use alpine 3.21.3 (#1708)
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
1 parent e974796 commit 62087c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ WORKDIR ${ORASPKG}
2020
RUN make "build-$(echo $TARGETPLATFORM | tr / -)"
2121
RUN mv ${ORASPKG}/bin/${TARGETPLATFORM}/oras /go/bin/oras
2222

23-
FROM docker.io/library/alpine:3.17.1
23+
FROM docker.io/library/alpine:3.21.3
2424
RUN apk --update add ca-certificates
2525
COPY --from=builder /go/bin/oras /bin/oras
2626
RUN mkdir /workspace

0 commit comments

Comments
 (0)