Use fully qualified image name for Rust backend Dockerfile runtime stage
Some checks failed
Some checks failed
This commit is contained in:
parent
1eb4b61092
commit
8f6d55ee73
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue