Skip to content

Commit 56dad89

Browse files
committed
Dockerfile: switch to a image with libssl
1 parent 9253266 commit 56dad89

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
@@ -4,6 +4,6 @@ COPY Cargo.toml /app
44
WORKDIR /app
55
RUN cargo build --release
66

7-
FROM kubeimages/distroless-cc
7+
FROM gcr.io/distroless/base-debian10
88
COPY --from=build-env /app/target/release/cyberpunk_display /
99
ENTRYPOINT ["./cyberpunk_display"]

0 commit comments

Comments
 (0)