Add rust latest to docker.
This commit is contained in:
parent
cf33a39129
commit
1d0e640f88
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue