From 91ce771dae6437bf9afdfcaa7e497e9f561554b4 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Thu, 30 Sep 2021 21:23:08 +0100 Subject: [PATCH] Update runtime image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \