mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
Bump Docker base image to rust 1.31 (#2101)
Bump Docker base image to rust 1.31
This commit is contained in:
parent
f7164d63f0
commit
5f0f0f6ff9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Multistage docker build, requires docker 17.05
|
||||
|
||||
# builder stage
|
||||
FROM rust:1.30.1 as builder
|
||||
FROM rust:1.31 as builder
|
||||
|
||||
RUN set -ex && \
|
||||
apt-get update && \
|
||||
|
|
Loading…
Reference in a new issue