Switch docker image OS (#258)

This commit is contained in:
Geometrically 2021-11-14 14:36:01 -07:00 committed by GitHub
parent 77e8143290
commit d1e4e72693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,7 @@ ARG SQLX_OFFLINE=true
RUN cargo build --release
FROM bitnami/minideb:latest
RUN install_packages openssl ca-certificates
FROM debian:bullseye-slim
COPY --from=build /usr/src/labrinth/target/release/labrinth /labrinth/labrinth
COPY --from=build /usr/src/labrinth/migrations/* /labrinth/migrations/
COPY --from=build /wait /wait