Skip to content

Commit

Permalink
Fix labrinth docker image breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Nov 12, 2024
1 parent 3fa07f6 commit 42db600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/labrinth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 42db600

Please sign in to comment.