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
2
2
3
3
WORKDIR /src
4
4
@@ -36,7 +36,7 @@ FROM scratch AS conf-example
36
36
COPY --from=build /config/example-dnscrypt-proxy.toml /dnscrypt-proxy.toml.example
37
37
38
38
# ----------------------------------------------------------------------------
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
40
40
41
41
WORKDIR /src/dnsprobe
42
42
You can’t perform that action at this time.
0 commit comments