diff --git a/Dockerfile b/Dockerfile index 4a89f3c..7bc53e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM rust:1.80-slim-bookworm AS chef +FROM rust:1.97-slim-bookworm AS chef RUN apt-get update && apt-get install -y --no-install-recommends \ pkg-config \ libssl-dev \