Skip to content

Commit

Permalink
Bump the docker group with 2 updates (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 305970f commit 35b4ba5
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.1 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.2 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:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea
FROM gcr.io/distroless/static:latest@sha256:cc226ca14d17d01d4b278d9489da930a0dd11150df10ae95829d13e6d00fbdbf

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

Expand Down

0 comments on commit 35b4ba5

Please sign in to comment.