update baseimage

This commit is contained in:
Manjunath A Kumatagi
2025-05-21 09:09:46 +00:00
parent 6da56bd4b7
commit 96e4cc65fb
3 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
linux/amd64=alpine:3.19
linux/arm=arm32v6/alpine:3.19
linux/arm64=arm64v8/alpine:3.19
linux/ppc64le=ppc64le/alpine:3.19
linux/s390x=s390x/alpine:3.19
linux/amd64=alpine:3.21
linux/arm=arm32v6/alpine:3.21
linux/arm64=arm64v8/alpine:3.21
linux/ppc64le=ppc64le/alpine:3.21
linux/s390x=s390x/alpine:3.21
windows/amd64/1809=REGISTRY/busybox:1.29-2-windows-amd64-1809
windows/amd64/ltsc2022=REGISTRY/busybox:1.29-2-windows-amd64-ltsc2022

View File

@@ -17,7 +17,7 @@ ARG REGISTRY
ARG OS_VERSION
# We're using a Linux image to unpack the archives, then we're copying them over to Windows.
FROM --platform=linux/amd64 alpine:3.6 as prep
FROM --platform=linux/amd64 alpine:3.21 as prep
ADD https://github.com/coredns/coredns/releases/download/v1.5.0/coredns_1.5.0_windows_amd64.tgz /coredns.tgz
ADD https://iperf.fr/download/windows/iperf-2.0.9-win64.zip /iperf.zip

View File

@@ -1 +1 @@
2.54
2.55