chore: update Dockerfile rust version 1.63.0 -> 1.65.0

This commit is contained in:
Marco Nalon 2023-12-20 16:59:27 +01:00
parent 9f53198f17
commit 1997ae7ea8

View file

@ -1,4 +1,4 @@
FROM rust:1.63.0 as cargo-build
FROM rust:1.65.0 as cargo-build
WORKDIR /usr/src/onetun
COPY Cargo.toml Cargo.toml