diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 36eddc00..51df2b05 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.97.0-trixie +FROM rust:1.98.1-trixie 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 ee46fa29..c5308cc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.9.0 AS xx -FROM --platform=$BUILDPLATFORM rust:1.97.0-trixie AS builder +FROM --platform=$BUILDPLATFORM rust:1.98.1-trixie AS builder COPY --from=xx / /