Skip to content

Commit

Permalink
Updated docker image with Rust v1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Jul 17, 2024
1 parent 87cad88 commit 154187e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM buildpack-deps:bookworm
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.72.1
RUST_VERSION=1.79.0

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131
Expand Down

0 comments on commit 154187e

Please sign in to comment.