Skip to content

Commit

Permalink
Bump the docker group with 2 updates (#99)
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 Oct 1, 2024
1 parent 2edc0e7 commit fc474cb
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.0 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.1 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:ce46866b3a5170db3b49364900fb3168dc0833dfb46c26da5c77f22abb01d8c3
FROM gcr.io/distroless/static:latest@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea

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

Expand Down

0 comments on commit fc474cb

Please sign in to comment.