mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-08 08:05:35 +00:00
Update runtime image.
This commit is contained in:
parent
4915771980
commit
83f0a55dfc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ ENV SQLX_OFFLINE true
|
||||||
# Build our project
|
# Build our project
|
||||||
RUN cargo build --release --bin zero2prod
|
RUN cargo build --release --bin zero2prod
|
||||||
|
|
||||||
FROM debian:buster-slim AS runtime
|
FROM debian:bullseye-slim AS runtime
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
&& apt-get install -y --no-install-recommends openssl \
|
&& apt-get install -y --no-install-recommends openssl \
|
||||||
|
|
Loading…
Reference in a new issue