From c881f6d2d0223771d678ada9e17798792267fb83 Mon Sep 17 00:00:00 2001 From: retornam Date: Wed, 28 Jan 2026 13:11:33 -0800 Subject: [PATCH] fix: Update alpine to 3.23 Upgrade Alpine version to 3.23 Signed-off-by: Raymond Etornam --- docker/arm/Dockerfile | 2 +- docker/x86_64/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/arm/Dockerfile b/docker/arm/Dockerfile index 06033ac0..ba067cd5 100644 --- a/docker/arm/Dockerfile +++ b/docker/arm/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM multiarch/alpine:armhf-v3.12 +FROM alpine:3.23 RUN apk update --no-cache && apk add ca-certificates COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner ENTRYPOINT ["/nfs-subdir-external-provisioner"] diff --git a/docker/x86_64/Dockerfile b/docker/x86_64/Dockerfile index 11641567..ba067cd5 100644 --- a/docker/x86_64/Dockerfile +++ b/docker/x86_64/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.12 +FROM alpine:3.23 RUN apk update --no-cache && apk add ca-certificates COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner ENTRYPOINT ["/nfs-subdir-external-provisioner"]