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.25.4 -alpine3.21@sha256:3289aac2aac769e031d644313d094dbda745f28af81cd7a94137e73eefd58b33 AS build
1+ FROM --platform=$BUILDPLATFORM golang:1.25.5 -alpine3.21@sha256:b4dbd292a0852331c89dfd64e84d16811f3e3aae4c73c13d026c4d200715aff6 AS build
22
33WORKDIR /src
44
@@ -36,7 +36,7 @@ FROM scratch AS conf-example
3636COPY --from=build /config/example-dnscrypt-proxy.toml /dnscrypt-proxy.toml.example
3737
3838# ----------------------------------------------------------------------------
39- FROM --platform=$BUILDPLATFORM golang:1.25.4 -alpine3.21@sha256:3289aac2aac769e031d644313d094dbda745f28af81cd7a94137e73eefd58b33 AS probe
39+ FROM --platform=$BUILDPLATFORM golang:1.25.5 -alpine3.21@sha256:b4dbd292a0852331c89dfd64e84d16811f3e3aae4c73c13d026c4d200715aff6 AS probe
4040
4141WORKDIR /src/dnsprobe
4242
You can’t perform that action at this time.
0 commit comments