From 26df54dfa2ff2ee416cb824252900d7335533724 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 14 Jan 2024 23:45:59 +0930 Subject: [PATCH] fix(docker_cache): build image must not be slim !184 --- dockerfile-build_cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile-build_cache b/dockerfile-build_cache index e35d9a6..b4e0295 100644 --- a/dockerfile-build_cache +++ b/dockerfile-build_cache @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM python:3.11-slim-bookworm as wheelbuild +FROM --platform=$TARGETPLATFORM python:3.11-bookworm as wheelbuild ARG CI_JOB_TOKEN ARG CI_API_V4_URL