Add rust latest to docker.

This commit is contained in:
Dessalines 2019-06-25 21:09:06 -07:00
parent cf33a39129
commit 1d0e640f88
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /app/server/ui
RUN yarn RUN yarn
RUN yarn build RUN yarn build
FROM rust:1.33 as rust FROM rust:latest as rust
WORKDIR /app/server WORKDIR /app/server
# cache the build # cache the build
RUN USER=root cargo new service RUN USER=root cargo new service