Skip to content

Commit 1839c0b

Browse files
Merge pull request #517 from klutchell/renovate/golang-1.23.x
Update golang Docker tag to v1.23.5
2 parents 646b943 + 314ce4b commit 1839c0b

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
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.23.4-alpine3.21@sha256:c23339199a08b0e12032856908589a6d41a0dab141b8b3b21f156fc571a3f1d3 AS build
1+
FROM --platform=$BUILDPLATFORM golang:1.23.5-alpine3.21@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS build
22

33
WORKDIR /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.4-alpine3.21@sha256:c23339199a08b0e12032856908589a6d41a0dab141b8b3b21f156fc571a3f1d3 AS probe
33+
FROM --platform=$BUILDPLATFORM golang:1.23.5-alpine3.21@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS probe
3434

3535
WORKDIR /src/dnsprobe
3636

0 commit comments

Comments
 (0)