diff --git a/Dockerfile b/Dockerfile index b77d57c..39a1b71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM rust:1.84.0-slim-bullseye AS deps +FROM rust:1.84.1-slim-bullseye AS deps RUN apt update && apt install pkg-config ca-certificates openssl libssl-dev -y WORKDIR /app COPY Cargo.toml Cargo.toml