diff --git a/Dockerfile b/Dockerfile index 7963f5e..0682ba8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79-alpine as builder +FROM rust:1.80-alpine as builder WORKDIR /app RUN apk update \