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