diff --git a/Dockerfile b/Dockerfile index 70733be..2491ac1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app/server/ui RUN yarn RUN yarn build -FROM rust:1.33 as rust +FROM rust:latest as rust WORKDIR /app/server # cache the build RUN USER=root cargo new service