Skip to content

Commit

Permalink
Bump the docker group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the docker group with 2 updates: rust and distroless/cc-debian12.


Updates `rust` from 1.76.0 to 1.77.0

Updates `distroless/cc-debian12` from `efafe74` to `e6ae66a`

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
- dependency-name: distroless/cc-debian12
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 9f57446 commit 905381d
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.76.0 AS builder
FROM --platform=$BUILDPLATFORM rust:1.77.0 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:efafe74d452c57025616c816b058e3d453c184e4b337897a8d38fef5026b079d
FROM gcr.io/distroless/cc-debian12:latest@sha256:e6ae66a5a343d7112167f9117c4e630cfffcd80db44e44302759ec13ddd2d22b

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

Expand Down

0 comments on commit 905381d

Please sign in to comment.