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