aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile
index 80b9266..edeb48e 100644
--- a/Containerfile
+++ b/Containerfile
@@ -2,7 +2,7 @@
# 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
WORKDIR /work
FROM chef AS planner