Skip to content

Commit a5efe9d

Browse files
authored
Merge pull request #2165 from Permify/dependabot/docker/integration-test/golang-00f149d
build(deps): bump golang from `3d9132b` to `00f149d` in /integration-test
2 parents 04a7595 + 3b3a8cd commit a5efe9d

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.24-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5 as modules
2+
FROM golang:1.24-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8 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.24-alpine3.20@sha256:3d9132b88a6317b846b55aa8e821821301906fe799932ecbc4f814468c6977a5
8+
FROM golang:1.24-alpine3.20@sha256:00f149d5963f415a8a91943531b9092fde06b596b276281039604292d8b2b9c8
99
COPY --from=modules /go/pkg /go/pkg
1010
COPY . /app
1111
WORKDIR /app

0 commit comments

Comments
 (0)