Skip to content

Commit

Permalink
Merge pull request #1891 from Permify/dependabot/docker/integration-t…
Browse files Browse the repository at this point in the history
…est/golang-6a8532e

build(deps): bump golang from `9a31ef0` to `6a8532e` in /integration-test
  • Loading branch information
tolgaOzen authored Jan 9, 2025
2 parents a80acc8 + a2952ec commit d2580bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Step 1: Modules caching
FROM golang:1.23.4-alpine3.20@sha256:9a31ef0803e6afdf564edc8ba4b4e17caed22a0b1ecd2c55e3c8fdd8d8f68f98 as modules
FROM golang:1.23.4-alpine3.20@sha256:6a8532e5441593becc88664617107ed567cb6862cb8b2d87eb33b7ee750f653c as modules
COPY go.mod go.sum /modules/
WORKDIR /modules
RUN go mod download

# Step 2: Tests
FROM golang:1.23.4-alpine3.20@sha256:9a31ef0803e6afdf564edc8ba4b4e17caed22a0b1ecd2c55e3c8fdd8d8f68f98
FROM golang:1.23.4-alpine3.20@sha256:6a8532e5441593becc88664617107ed567cb6862cb8b2d87eb33b7ee750f653c
COPY --from=modules /go/pkg /go/pkg
COPY . /app
WORKDIR /app
Expand Down

0 comments on commit d2580bc

Please sign in to comment.