Skip to content

Commit

Permalink
Bump the docker group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the docker group with 2 updates: golang and distroless/static.


Updates `golang` from 1.23.2 to 1.23.3

Updates `distroless/static` from `cc226ca` to `5c7e2b4`

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: distroless/static
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 203175d commit f9c5913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.23.2 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.3 AS builder

COPY . /app
WORKDIR /app
Expand All @@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 \
GOARCH=$TARGETARCH \
go build

FROM gcr.io/distroless/static:latest@sha256:cc226ca14d17d01d4b278d9489da930a0dd11150df10ae95829d13e6d00fbdbf
FROM gcr.io/distroless/static:latest@sha256:5c7e2b465ac6a2a4e5f4f7f722ce43b147dabe87cb21ac6c4007ae5178a1fa58

COPY --from=builder /app/auth-oidc /

Expand Down

0 comments on commit f9c5913

Please sign in to comment.