Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Feb 12, 2018
1 parent 8273026 commit 78a70ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/hub/Dockerfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/Dockerfile
Expand Up @@ -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 \
Expand Down

0 comments on commit 78a70ff

Please sign in to comment.