Skip to content

Commit

Permalink
fix(deps): update Rust docker tag to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
cailloumajor committed Aug 12, 2024
1 parent b81ab1d commit 320a65b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.80.1-bullseye
FROM rust:1.80.1-bookworm

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0 AS xx

FROM --platform=$BUILDPLATFORM rust:1.80.1-bullseye AS builder
FROM --platform=$BUILDPLATFORM rust:1.80.1-bookworm AS builder

COPY --from=xx / /

Expand All @@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/git/db \
xx-verify bin/*

# hadolint ignore=DL3006
FROM gcr.io/distroless/cc-debian11
FROM gcr.io/distroless/cc-debian12

WORKDIR /app

Expand Down

0 comments on commit 320a65b

Please sign in to comment.