diff --git a/Dockerfile b/Dockerfile index eedaba6..737cd1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.0-slim-bullseye AS builder +FROM rust:1.93.0-slim-bullseye AS builder RUN apt update && apt install -y pkg-config libssl-dev