Skip to content

Commit

Permalink
chore(toolchain): update rust to 1.66.1 (#1735)
Browse files Browse the repository at this point in the history
Updating rust toolchain to the latest one.
Also see https://blog.rust-lang.org/2023/01/10/cve-2022-46176.html
  • Loading branch information
olksdr committed Jan 11, 2023
1 parent 60d054a commit ce1a4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM $DOCKER_ARCH/centos:7 AS relay-deps
ARG DOCKER_ARCH
ARG BUILD_ARCH=x86_64
# Pin the Rust version for now
ARG RUST_TOOLCHAIN_VERSION=1.66.0
ARG RUST_TOOLCHAIN_VERSION=1.66.1

ENV DOCKER_ARCH=${DOCKER_ARCH}
ENV BUILD_ARCH=${BUILD_ARCH}
Expand Down

0 comments on commit ce1a4c4

Please sign in to comment.