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

Commit

Permalink
Bump rust from 1.58.0 to 1.59.0 (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmrsabino authored Mar 11, 2022
1 parent ae54c40 commit 541dd3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build Image
# match with version in rust-toolchain.toml file
FROM rust:1.58.0-slim-buster as builder
FROM rust:1.59.0-slim-buster as builder

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

0 comments on commit 541dd3f

Please sign in to comment.