Skip to content

Commit

Permalink
chore: Update Docker to rust 1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Jul 21, 2020
1 parent d52acdd commit 58d0cc4
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
@@ -1,6 +1,6 @@
# Docker 17.05 or higher required for multi-stage builds
# NOTE: this builds w/ a nightly version (specified in rust-toolchain)
FROM rust:1.40.0-buster as builder
FROM rust:1.45-buster as builder

ADD . /app
WORKDIR /app
Expand Down

0 comments on commit 58d0cc4

Please sign in to comment.