Skip to content

Commit

Permalink
Merge pull request #360 from cailloumajor/renovate/rust-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust docker tag to v1.81.0
  • Loading branch information
cailloumajor authored Sep 28, 2024
2 parents 808524c + 0201514 commit 6f0d0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-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
Expand Down
2 changes: 1 addition & 1 deletion 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-bookworm AS builder
FROM --platform=$BUILDPLATFORM rust:1.81.0-bookworm AS builder

COPY --from=xx / /

Expand Down

0 comments on commit 6f0d0a7

Please sign in to comment.