From 0201514cf4d8b3b5c68add2b79f345d940a3a0d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 03:08:09 +0000 Subject: [PATCH] fix(deps): update rust docker tag to v1.81.0 --- .devcontainer/Dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 742878b..8fcc807 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.80.1-bookworm +FROM rust:1.81.0-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 7313a87..add2a04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.4.0 AS xx -FROM --platform=$BUILDPLATFORM rust:1.80.1-bookworm AS builder +FROM --platform=$BUILDPLATFORM rust:1.81.0-bookworm AS builder COPY --from=xx / /