diff options
| author | R0flcopt3r <eiriklavik@gmail.com> | 2021-10-05 21:44:33 +0200 |
|---|---|---|
| committer | R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> | 2021-10-11 18:28:32 +0200 |
| commit | bbb945e3ce4ca791b6538dad5978515bca2d13ed (patch) | |
| tree | ba2fdaf453a9f1f4602879273244f3cb006ecfd9 /Containerfile | |
| parent | use merge request pipelines (diff) | |
Adds url preview hook1-url-preview
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 2 |
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 |
