Skip to content

Commit dd315d2

Browse files
Bump the docker group with 2 updates
Bumps the docker group with 2 updates: golang and distroless/static. Updates `golang` from 1.22.1 to 1.22.2 Updates `distroless/static` from `046b92c` to `4197211` --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: distroless/static dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37328f1 commit dd315d2

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)