Skip to content

Commit 224b4fd

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

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.21.6 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.22.0 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:9be3fcc6abeaf985b5ecce59451acbcbb15e7be39472320c538d0d55a0834edc
14+
FROM gcr.io/distroless/static:latest@sha256:072d78bc452a2998929a9579464e55067db4bf6d2c5f9cde582e33c10a415bd1
1515

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

0 commit comments

Comments
 (0)