diff --git a/Dockerfile b/Dockerfile index 5253c72..e64b7b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79-alpine as build +FROM rust:1.80-alpine as build RUN apk add --update --no-cache musl-dev