You've already forked AstralRinth
forked from didirus/AstralRinth
fix: sync debian version with rust image
This commit is contained in:
@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/usr/src/daedalus/target \
|
|||||||
mkdir /daedalus \
|
mkdir /daedalus \
|
||||||
&& cp /usr/src/daedalus/target/release/daedalus_client /daedalus/daedalus_client
|
&& cp /usr/src/daedalus/target/release/daedalus_client /daedalus/daedalus_client
|
||||||
|
|
||||||
FROM debian:bookworm-slim
|
FROM debian:trixie-slim
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source=https://github.com/modrinth/code
|
LABEL org.opencontainers.image.source=https://github.com/modrinth/code
|
||||||
LABEL org.opencontainers.image.title=daedalus
|
LABEL org.opencontainers.image.title=daedalus
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/usr/src/labrinth/target \
|
|||||||
&& cp -r /usr/src/labrinth/apps/labrinth/migrations /labrinth \
|
&& cp -r /usr/src/labrinth/apps/labrinth/migrations /labrinth \
|
||||||
&& cp -r /usr/src/labrinth/apps/labrinth/assets /labrinth
|
&& cp -r /usr/src/labrinth/apps/labrinth/assets /labrinth
|
||||||
|
|
||||||
FROM debian:bookworm-slim
|
FROM debian:trixie-slim
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source=https://github.com/modrinth/code
|
LABEL org.opencontainers.image.source=https://github.com/modrinth/code
|
||||||
LABEL org.opencontainers.image.title=labrinth
|
LABEL org.opencontainers.image.title=labrinth
|
||||||
|
|||||||
Reference in New Issue
Block a user