Skip to content

Commit 1d3aa22

Browse files
author
Brandon Graham
authored
Updating runtim container image to rust1.19-slim for correct GLIBC version (#70)
* Updating run container to trixie for correct GLIBC version * Changing to rust1.91-slim instead to ensure we don't have any issues
1 parent d5a2ec9 commit 1d3aa22

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:bookworm-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)