diff --git a/apps/labrinth/Dockerfile b/apps/labrinth/Dockerfile index e7126e6dc..0c35ee156 100644 --- a/apps/labrinth/Dockerfile +++ b/apps/labrinth/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN cargo build --release -FROM debian:bookworm-slim +FROM ubuntu:latest LABEL org.opencontainers.image.source=https://github.com/modrinth/code LABEL org.opencontainers.image.description="Modrinth API"