We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04a7595 + 3b3a8cd commit a5efe9dCopy full SHA for a5efe9d
1 file changed
integration-test/Dockerfile
@@ -1,11 +1,11 @@
1
# Step 1: Modules caching
2
-FROM golang:1.24-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 as modules
+FROM golang:1.24-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 as modules
3
COPY go.mod go.sum /modules/
4
WORKDIR /modules
5
RUN go mod download
6
7
# Step 2: Tests
8
-FROM golang:1.24-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5
+FROM golang:1.24-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8
9
COPY --from=modules /go/pkg /go/pkg
10
COPY . /app
11
WORKDIR /app
0 commit comments