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.3 -alpine3.21@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044 AS build
1+ FROM --platform=$BUILDPLATFORM golang:1.24.4 -alpine3.21@sha256:56a23791af0f77c87b049230ead03bd8c3ad41683415ea4595e84ce7eada121a 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.24.3 -alpine3.21@sha256:ef18ee7117463ac1055f5a370ed18b8750f01589f13ea0b48642f5792b234044 AS probe
39+ FROM --platform=$BUILDPLATFORM golang:1.24.4 -alpine3.21@sha256:56a23791af0f77c87b049230ead03bd8c3ad41683415ea4595e84ce7eada121a AS probe
4040
4141WORKDIR /src/dnsprobe
4242
You can’t perform that action at this time.
0 commit comments