You've already forked AstralRinth
forked from didirus/AstralRinth
Switch docker image OS (#258)
This commit is contained in:
@@ -23,8 +23,7 @@ ARG SQLX_OFFLINE=true
|
|||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
|
|
||||||
FROM bitnami/minideb:latest
|
FROM debian:bullseye-slim
|
||||||
RUN install_packages openssl ca-certificates
|
|
||||||
COPY --from=build /usr/src/labrinth/target/release/labrinth /labrinth/labrinth
|
COPY --from=build /usr/src/labrinth/target/release/labrinth /labrinth/labrinth
|
||||||
COPY --from=build /usr/src/labrinth/migrations/* /labrinth/migrations/
|
COPY --from=build /usr/src/labrinth/migrations/* /labrinth/migrations/
|
||||||
COPY --from=build /wait /wait
|
COPY --from=build /wait /wait
|
||||||
|
|||||||
Reference in New Issue
Block a user