From 1e6282dcdbce9117bc2f3b88e830182fa50aaf97 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 5 Dec 2023 13:10:55 +0930 Subject: [PATCH] build(build_cache): update build cache image to python:3.11-slim-bookworm !129 closes #10 --- dockerfile-build_cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile-build_cache b/dockerfile-build_cache index 53c99ca..2dc4e4e 100644 --- a/dockerfile-build_cache +++ b/dockerfile-build_cache @@ -1,4 +1,4 @@ -FROM --platform=$TARGETPLATFORM python:3.11-bullseye as wheelbuild +FROM --platform=$TARGETPLATFORM python:3.11-slim-bookworm as wheelbuild ARG CI_JOB_TOKEN ARG CI_API_V4_URL