File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM --platform=$BUILDPLATFORM golang:1.23.6-alpine3.21@sha256:2c49857f2295e89b23b28386e57e018a86620a8fede5003900f2d138ba9c4037 AS build
1
+ FROM --platform=$BUILDPLATFORM golang:1.23.6-alpine3.21@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 AS build
2
2
3
3
WORKDIR /src
4
4
@@ -30,7 +30,7 @@ RUN addgroup -S -g ${NONROOT_GID} nonroot \
30
30
&& adduser -S -g nonroot -h /home/nonroot -u ${NONROOT_UID} -D -G nonroot nonroot
31
31
32
32
# ----------------------------------------------------------------------------
33
- FROM --platform=$BUILDPLATFORM golang:1.23.6-alpine3.21@sha256:2c49857f2295e89b23b28386e57e018a86620a8fede5003900f2d138ba9c4037 AS probe
33
+ FROM --platform=$BUILDPLATFORM golang:1.23.6-alpine3.21@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 AS probe
34
34
35
35
WORKDIR /src/dnsprobe
36
36
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
command : -config /config/dnscrypt-proxy.toml -loglevel 0
11
11
12
12
sut :
13
- image : alpine:3.21@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
13
+ image : alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
14
14
depends_on :
15
15
- server
16
16
volumes :
You can’t perform that action at this time.
0 commit comments