updated Dockerfile

This commit is contained in:
Svyatoslav Nikolsky 2018-02-12 10:37:54 +03:00
parent 8273026615
commit 78a70ff469
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# See https://docs.docker.com/engine/userguide/eng-image/multistage-build/
# Build image
FROM rust:1.21-jessie AS build
FROM rust:1.23-jessie AS build
#ENV for build TAG
ARG BUILD_TAG

View File

@ -3,7 +3,7 @@
### Base Image
# Setup up a base image to use in Build and Runtime images
FROM rust:1.21-jessie AS build
FROM rust:1.23-jessie AS build
# rustup directory
ENV PATH=/root/.cargo/bin:$PATH \