Skip to content

Commit 7d02d28

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM rust:1.79.0 AS builder
1+
FROM --platform=$BUILDPLATFORM rust:1.80.0 AS builder
22

33
RUN apt-get update && apt-get install -y \
44
gcc-aarch64-linux-gnu \
@@ -23,7 +23,7 @@ RUN case $TARGETPLATFORM in \
2323

2424
cp target/$TARGET/release/ddns-cloudflare .
2525

26-
FROM gcr.io/distroless/cc-debian12:latest@sha256:e1065a1d58800a7294f74e67c32ec4146d09d6cbe471c1fa7ed456b2d2bf06e0
26+
FROM gcr.io/distroless/cc-debian12:latest@sha256:3b75fdd33932d16e53a461277becf57c4f815c6cee5f6bc8f52457c095e004c8
2727

2828
COPY --from=builder /app/ddns-cloudflare /
2929

0 commit comments

Comments
 (0)