diff --git a/backend/Dockerfile b/backend/Dockerfile index f3d1717..ec1fd21 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -24,7 +24,7 @@ COPY . . RUN cargo build --release --bin sharenet-api-postgres # Runtime stage -FROM debian:bookworm-slim +FROM docker.io/debian:bookworm-slim # Install runtime dependencies RUN apt-get update && apt-get install -y \