diff --git a/Dockerfile b/Dockerfile index 4f5f0eb..1dd5aa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.59.0 as chef +FROM lukemathwalker/cargo-chef:latest-rust-1.72.0 as chef WORKDIR /app RUN apt update && apt install lld clang -y @@ -16,7 +16,7 @@ ENV SQLX_OFFLINE true # Build our project RUN cargo build --release --bin zero2prod -FROM debian:bullseye-slim AS runtime +FROM debian:bookworm-slim AS runtime WORKDIR /app RUN apt-get update -y \ && apt-get install -y --no-install-recommends openssl ca-certificates \