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