Revert TLS changes causing docker build fail (#2937)

* Revert TLS changes causing docker build fail

* Update build to push
This commit is contained in:
Geometrically
2024-11-11 18:31:06 -08:00
committed by GitHub
parent 42db6001ed
commit 7bb3059cd9
7 changed files with 148 additions and 234 deletions

View File

@@ -6,7 +6,7 @@ COPY . .
RUN cargo build --release
FROM ubuntu:latest
FROM debian:bookworm-slim
LABEL org.opencontainers.image.source=https://github.com/modrinth/code
LABEL org.opencontainers.image.description="Modrinth API"