Skip to content

Commit ee8f08b

Browse files
committed
dockerfile: update Alpine to 3.18
Also update Alpine edge digest. Signed-off-by: CrazyMax <[email protected]>
1 parent 62bdf96 commit ee8f08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG AZURITE_VERSION=3.18.0
1717
ARG GOTESTSUM_VERSION=v1.9.0
1818

1919
ARG GO_VERSION=1.20
20-
ARG ALPINE_VERSION=3.17
20+
ARG ALPINE_VERSION=3.18
2121

2222
# minio for s3 integration tests
2323
FROM minio/minio:${MINIO_VERSION} AS minio
@@ -30,7 +30,7 @@ FROM alpine:${ALPINE_VERSION} AS alpine-arm
3030
FROM alpine:${ALPINE_VERSION} AS alpine-arm64
3131
FROM alpine:${ALPINE_VERSION} AS alpine-s390x
3232
FROM alpine:${ALPINE_VERSION} AS alpine-ppc64le
33-
FROM alpine:edge@sha256:c223f84e05c23c0571ce8decefef818864869187e1a3ea47719412e205c8c64e AS alpine-riscv64
33+
FROM alpine:edge@sha256:2d01a16bab53a8405876cec4c27235d47455a7b72b75334c614f2fb0968b3f90 AS alpine-riscv64
3434
FROM alpine-$TARGETARCH AS alpinebase
3535

3636
# xx is a helper for cross-compilation

0 commit comments

Comments
 (0)