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.23.5 -alpine3.21@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS build
1+ FROM --platform=$BUILDPLATFORM golang:1.23.6 -alpine3.21@sha256:2c49857f2295e89b23b28386e57e018a86620a8fede5003900f2d138ba9c4037 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.23.5 -alpine3.21@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS probe
33+ FROM --platform=$BUILDPLATFORM golang:1.23.6 -alpine3.21@sha256:2c49857f2295e89b23b28386e57e018a86620a8fede5003900f2d138ba9c4037 AS probe
3434
3535WORKDIR /src/dnsprobe
3636
You can’t perform that action at this time.
0 commit comments