Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Updated DockerFile to use same toolchain version as the project's rus…
Browse files Browse the repository at this point in the history
…t-toolchain.toml file one (#801)
  • Loading branch information
jpalvarezl authored Feb 15, 2022
1 parent 740a57a commit 49d89cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Build Image
FROM rust:1.56.0-slim-buster as builder
# match with version in rust-toolchain.toml file
FROM rust:1.58.0-slim-buster as builder

RUN set -ex; \
apt-get update; \
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[toolchain]
# match with version in DockerFile
channel = "1.58.0"

0 comments on commit 49d89cc

Please sign in to comment.