Update runtime image.

This commit is contained in:
LukeMathWalker 2021-09-30 21:23:08 +01:00
parent 8266590ecd
commit 91ce771dae

View file

@ -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 \