Skip to content

Commit

Permalink
Bump the docker group with 2 updates (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 86a335f commit 0f065e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM rust:1.77.0 AS builder
FROM --platform=$BUILDPLATFORM rust:1.77.2 AS builder

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

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

FROM gcr.io/distroless/cc-debian12:latest@sha256:e6ae66a5a343d7112167f9117c4e630cfffcd80db44e44302759ec13ddd2d22b
FROM gcr.io/distroless/cc-debian12:latest@sha256:eed8bd290a9f83d0451e7812854da87a8407f1d68f44fae5261c16556be6465b

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

Expand Down

0 comments on commit 0f065e0

Please sign in to comment.