Skip to content

Commit 0f065e0

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

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.77.0 AS builder
1+
FROM --platform=$BUILDPLATFORM rust:1.77.2 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:e6ae66a5a343d7112167f9117c4e630cfffcd80db44e44302759ec13ddd2d22b
26+
FROM gcr.io/distroless/cc-debian12:latest@sha256:eed8bd290a9f83d0451e7812854da87a8407f1d68f44fae5261c16556be6465b
2727

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

0 commit comments

Comments
 (0)