Skip to content

Commit 159bf25

Browse files
authored
Merge pull request #2817 from Permify/dependabot/docker/integration-test/golang-1.26.1-alpine
build(deps): bump golang from 1.25.7-alpine to 1.26.1-alpine in /integration-test
2 parents a9fab73 + 1c37be9 commit 159bf25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Step 1: Modules caching
2-
FROM golang:1.25.7-alpine@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced AS modules
2+
FROM golang:1.26.1-alpine@sha256:2389ebfa5b7f43eeafbd6be0c3700cc46690ef842ad962f6c5bd6be49ed82039 AS modules
33
COPY go.mod go.sum /modules/
44
WORKDIR /modules
55
RUN go mod download
66

77
# Step 2: Tests
8-
FROM golang:1.25.7-alpine@sha256:f6751d823c26342f9506c03797d2527668d095b0a15f1862cddb4d927a7a4ced
8+
FROM golang:1.26.1-alpine@sha256:2389ebfa5b7f43eeafbd6be0c3700cc46690ef842ad962f6c5bd6be49ed82039
99
COPY --from=modules /go/pkg /go/pkg
1010
COPY . /app
1111
WORKDIR /app

0 commit comments

Comments
 (0)