mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-15 21:21:00 +00:00
Update runtime image.
This commit is contained in:
parent
ed9ede225a
commit
a6381e6043
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue