File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM golang:1.24.0 -alpine3.21@sha256:2d40d4fc278dad38be0777d5e2a88a2c6dee51b0b29c97a764fc6c6a11ca893c AS build
1+ FROM --platform=$BUILDPLATFORM golang:1.24.1 -alpine3.21@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS build
22
33WORKDIR /src
44
@@ -30,7 +30,7 @@ RUN addgroup -S -g ${NONROOT_GID} nonroot \
3030 && adduser -S -g nonroot -h /home/nonroot -u ${NONROOT_UID} -D -G nonroot nonroot
3131
3232# ----------------------------------------------------------------------------
33- FROM --platform=$BUILDPLATFORM golang:1.24.0 -alpine3.21@sha256:2d40d4fc278dad38be0777d5e2a88a2c6dee51b0b29c97a764fc6c6a11ca893c AS probe
33+ FROM --platform=$BUILDPLATFORM golang:1.24.1 -alpine3.21@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS probe
3434
3535WORKDIR /src/dnsprobe
3636
You can’t perform that action at this time.
0 commit comments