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