Skip to content

Commit e8d2d52

Browse files
authored
fix: Fix broken SSL in runtime image (#241)
- Use the same operating system base image. - Install all of openssl in the runtime image.
1 parent d98d757 commit e8d2d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN cargo build --release
3636
RUN echo "${TASKWORKER_GIT_REVISION}" > ./VERSION
3737

3838
# Runtime image
39-
FROM debian:bookworm-slim
39+
FROM rust:1-bookworm
4040

4141
# Necessary for libssl bindings
4242
RUN apt-get update && apt-get upgrade -y && apt-get install -y libssl-dev

0 commit comments

Comments
 (0)