We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bb1a64 + a0f0027 commit 648c964Copy full SHA for 648c964
integration-test/Dockerfile
@@ -1,11 +1,11 @@
1
# Step 1: Modules caching
2
-FROM golang:1.25.2-alpine@sha256:6104e2bbe9f6a07a009159692fe0df1a97b77f5b7409ad804b17d6916c635ae5 as modules
+FROM golang:1.25.2-alpine@sha256:182059d7dae0e1dfe222037d14b586ebece3ebf9a873a0fe1cc32e53dbea04e0 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.25.2-alpine@sha256:6104e2bbe9f6a07a009159692fe0df1a97b77f5b7409ad804b17d6916c635ae5
+FROM golang:1.25.2-alpine@sha256:182059d7dae0e1dfe222037d14b586ebece3ebf9a873a0fe1cc32e53dbea04e0
9
COPY --from=modules /go/pkg /go/pkg
10
COPY . /app
11
WORKDIR /app
0 commit comments