Skip to content

Commit 884f8c4

Browse files
author
bgrahammonf
committed
Changing to rust1.91-slim instead to ensure we don't have any issues
1 parent 9769ce5 commit 884f8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile_build_and_publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY . .
2525
RUN cargo build --release --bin backend
2626

2727
# Runtime stage
28-
FROM debian:trixie-slim AS runtime
28+
FROM rust:1.91-slim AS runtime
2929

3030
# Install runtime dependencies
3131
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)