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