Skip to content

Commit ee0c74e

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

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.22.1 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.22.2 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:046b92c933032a8ca99a66f4c79a68ac029d9a4ababd1a806a82140b3b899fd3
14+
FROM gcr.io/distroless/static:latest@sha256:41972110a1c1a5c0b6adb283e8aa092c43c31f7c5d79b8656fbffff2c3e61f05
1515

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

0 commit comments

Comments
 (0)