Skip to content

Commit 1af9903

Browse files
Bump the docker group with 2 updates (#95)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent debbcde commit 1af9903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.23.4 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.23.5 AS builder
22

33
COPY . /app
44
WORKDIR /app
@@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 \
1111
GOARCH=$TARGETARCH \
1212
go build
1313

14-
FROM gcr.io/distroless/static:latest@sha256:5c7e2b465ac6a2a4e5f4f7f722ce43b147dabe87cb21ac6c4007ae5178a1fa58
14+
FROM gcr.io/distroless/static:latest@sha256:3f2b64ef97bd285e36132c684e6b2ae8f2723293d09aae046196cca64251acac
1515

1616
COPY --from=builder /app/backup-google /
1717

0 commit comments

Comments
 (0)