Skip to content

Commit

Permalink
Bump the docker group with 2 updates (#88)
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] committed May 1, 2024
1 parent 77cbd67 commit 8adface
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.22.1 AS builder
FROM --platform=$BUILDPLATFORM golang:1.22.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:046b92c933032a8ca99a66f4c79a68ac029d9a4ababd1a806a82140b3b899fd3
FROM gcr.io/distroless/static:latest@sha256:41972110a1c1a5c0b6adb283e8aa092c43c31f7c5d79b8656fbffff2c3e61f05

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

Expand Down

0 comments on commit 8adface

Please sign in to comment.