diff --git a/Dockerfile b/Dockerfile index 25319ca..581c58f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV SQLX_OFFLINE true # Build our project RUN cargo build --release --bin zero2prod -FROM debian:buster-slim AS runtime +FROM debian:bullseye-slim AS runtime WORKDIR /app RUN apt-get update -y \ && apt-get install -y --no-install-recommends openssl \