Skip to content

Commit

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

build(deps): bump golang from `0974259` to `c694a4d` in /integration-test
  • Loading branch information
tolgaOzen authored Nov 13, 2024
2 parents 63bc466 + 290eb54 commit 1b071c9
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.3-alpine3.20@sha256:09742590377387b931261cbeb72ce56da1b0d750a27379f7385245b2b058b63a as modules
FROM golang:1.23.3-alpine3.20@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574 as modules
COPY go.mod go.sum /modules/
WORKDIR /modules
RUN go mod download

# Step 2: Tests
FROM golang:1.23.3-alpine3.20@sha256:09742590377387b931261cbeb72ce56da1b0d750a27379f7385245b2b058b63a
FROM golang:1.23.3-alpine3.20@sha256:c694a4d291a13a9f9d94933395673494fc2cc9d4777b85df3a7e70b3492d3574
COPY --from=modules /go/pkg /go/pkg
COPY . /app
WORKDIR /app
Expand Down

0 comments on commit 1b071c9

Please sign in to comment.