Skip to content

Commit 648c964

Browse files
authored
Merge pull request #2537 from Permify/dependabot/docker/integration-test/golang-182059d
build(deps): bump golang from `6104e2b` to `182059d` in /integration-test
2 parents 5bb1a64 + a0f0027 commit 648c964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.2-alpine@sha256:6104e2bbe9f6a07a009159692fe0df1a97b77f5b7409ad804b17d6916c635ae5 as modules
2+
FROM golang:1.25.2-alpine@sha256:182059d7dae0e1dfe222037d14b586ebece3ebf9a873a0fe1cc32e53dbea04e0 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.2-alpine@sha256:6104e2bbe9f6a07a009159692fe0df1a97b77f5b7409ad804b17d6916c635ae5
8+
FROM golang:1.25.2-alpine@sha256:182059d7dae0e1dfe222037d14b586ebece3ebf9a873a0fe1cc32e53dbea04e0
99
COPY --from=modules /go/pkg /go/pkg
1010
COPY . /app
1111
WORKDIR /app

0 commit comments

Comments
 (0)