We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98d757 commit e8d2d52Copy full SHA for e8d2d52
Dockerfile
@@ -36,7 +36,7 @@ RUN cargo build --release
36
RUN echo "${TASKWORKER_GIT_REVISION}" > ./VERSION
37
38
# Runtime image
39
-FROM debian:bookworm-slim
+FROM rust:1-bookworm
40
41
# Necessary for libssl bindings
42
RUN apt-get update && apt-get upgrade -y && apt-get install -y libssl-dev
0 commit comments