Use fully qualified image name for Rust backend Dockerfile runtime stage
Some checks failed
Podman Rootless Demo / test-backend (push) Successful in 6m24s
Podman Rootless Demo / test-frontend (push) Successful in 11s
Podman Rootless Demo / build-backend (push) Successful in 1m19s
Podman Rootless Demo / build-frontend (push) Failing after 15s

This commit is contained in:
continuist 2025-09-20 13:04:02 -04:00
parent 1eb4b61092
commit 8f6d55ee73

View file

@ -24,7 +24,7 @@ COPY . .
RUN cargo build --release --bin sharenet-api-postgres RUN cargo build --release --bin sharenet-api-postgres
# Runtime stage # Runtime stage
FROM debian:bookworm-slim FROM docker.io/debian:bookworm-slim
# Install runtime dependencies # Install runtime dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \