diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..80d9b83 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +Dockerfile +target diff --git a/Dockerfile b/Dockerfile index 5309fc3..b5f0172 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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