diff --git a/Dockerfile b/Dockerfile index 6d2ddb1..dba1a55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage -FROM rust:1.68.0 as builder +FROM rust:1.81.0 as builder RUN USER=root cargo new --bin time-banner WORKDIR ./time-banner