1
0

Fix labrinth docker image breakage

This commit is contained in:
Jai A
2024-11-11 17:16:23 -08:00
parent 3fa07f64d3
commit 42db6001ed

View File

@@ -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"