diff options
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile index 80b9266..d3ee21e 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,8 @@ # Cargo Build Stage # ------------------------------------------------------------------------------ -FROM docker.io/lukemathwalker/cargo-chef:latest-rust-1.54.0-alpine AS chef +FROM kube.cat/cocainefarm/rust:1.55.0 AS chef +RUN apk add openssl-dev WORKDIR /work FROM chef AS planner |
