Skip to content

Commit

Permalink
build(deps): bump golang in /integration-test
Browse files Browse the repository at this point in the history
Bumps golang from 1.23.5-alpine3.20 to 1.24rc2-alpine3.20.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent d18d361 commit a60ab75
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.5-alpine3.20@sha256:def59a601e724ddac5139d447e8e9f7d0aeec25db287a9ee1615134bcda266e2 as modules
FROM golang:1.24rc2-alpine3.20@sha256:3c8ed31d9b4e74f61ce30e60c9b6a71a8dff7044c6c871764d706468917f5376 as modules
COPY go.mod go.sum /modules/
WORKDIR /modules
RUN go mod download

# Step 2: Tests
FROM golang:1.23.5-alpine3.20@sha256:def59a601e724ddac5139d447e8e9f7d0aeec25db287a9ee1615134bcda266e2
FROM golang:1.24rc2-alpine3.20@sha256:3c8ed31d9b4e74f61ce30e60c9b6a71a8dff7044c6c871764d706468917f5376
COPY --from=modules /go/pkg /go/pkg
COPY . /app
WORKDIR /app
Expand Down

0 comments on commit a60ab75

Please sign in to comment.