Skip to content

Commit

Permalink
Bump the docker group with 2 updates (#166)
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 Nov 1, 2024
1 parent ce8d63e commit 8ef5bf4
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.81.0 AS builder
FROM --platform=$BUILDPLATFORM rust:1.82.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 .

Check warning on line 24 in Dockerfile

View workflow job for this annotation

GitHub Actions / Docker / Docker

Empty continuation lines will become errors in a future release

NoEmptyContinuation: Empty continuation line More info: https://docs.docker.com/go/dockerfile/rule/no-empty-continuation/

FROM gcr.io/distroless/cc-debian12:latest@sha256:3310655aac0d85eb9d579792387af1ff3eb7a1667823478be58020ab0e0d97a8
FROM gcr.io/distroless/cc-debian12:latest@sha256:6f05aba4de16e89f8d879bf2a1364de3e41aba04f1dcbba8c75494f6134b4b13

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

Expand Down

0 comments on commit 8ef5bf4

Please sign in to comment.