diff --git a/Dockerfile b/Dockerfile index 00e9010f..904565ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.68-alpine3.17 as builder +FROM rust:1.69-alpine3.17 as builder WORKDIR /app COPY ./ /app