diff --git a/Dockerfile b/Dockerfile index ab1b82b..6784c21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.95 as builder +FROM rust:1.96 as builder WORKDIR /efteling-node-exporter RUN cargo new --bin efteling-node-exporter