Update dockerfile & add .dockerignore

This commit is contained in:
2022-04-19 15:14:40 +02:00
parent 666f87a5f3
commit 4a6bb957a1
2 changed files with 3 additions and 1 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
Dockerfile
target

View File

@ -1,7 +1,7 @@
##################
### BASE STAGE ###
##################
FROM rust:1.57 as base
FROM rust:1.60 as base
# Install build dependencies
RUN cargo install --locked trunk strip_cargo_version