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