mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Bump Docker builder image to rust:1.29.0 (#1569)
This commit is contained in:
parent
3adddfba76
commit
ac7d575d65
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.26 as builder
|
||||
FROM rust:1.29.0 as builder
|
||||
|
||||
RUN set -ex && \
|
||||
apt-get update && \
|
||||
|
|
Loading…
Reference in a new issue