We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 529c715 + 23f6d28 commit 9fad05fCopy full SHA for 9fad05f
1 file changed
integration-test/Dockerfile
@@ -1,11 +1,11 @@
1
# Step 1: Modules caching
2
-FROM golang:1.26.1-alpine@sha256:2389ebfa5b7f43eeafbd6be0c3700cc46690ef842ad962f6c5bd6be49ed82039 AS modules
+FROM golang:1.26.2-alpine@sha256:c2a1f7b2095d046ae14b286b18413a05bb82c9bca9b25fe7ff5efef0f0826166 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.26.1-alpine@sha256:2389ebfa5b7f43eeafbd6be0c3700cc46690ef842ad962f6c5bd6be49ed82039
+FROM golang:1.26.2-alpine@sha256:c2a1f7b2095d046ae14b286b18413a05bb82c9bca9b25fe7ff5efef0f0826166
9
COPY --from=modules /go/pkg /go/pkg
10
COPY . /app
11
WORKDIR /app
0 commit comments