diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a61cdec..f047e71 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.84.0-bookworm +FROM rust:1.84.1-bookworm RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ # Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131 diff --git a/Dockerfile b/Dockerfile index 09f740e..988b624 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx -FROM --platform=$BUILDPLATFORM rust:1.84.0-bookworm AS builder +FROM --platform=$BUILDPLATFORM rust:1.84.1-bookworm AS builder COPY --from=xx / /