diff --git a/Dockerfile b/Dockerfile index 76965b0..4f64a1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.77-alpine as builder +FROM rust:1.78-alpine as builder WORKDIR /app RUN apk update \