build(build_cache): update build cache image to python:3.11-slim-bookworm

!129 closes #10
This commit is contained in:
2023-12-05 13:10:55 +09:30
parent 4ba258aff4
commit 1e6282dcdb

View File

@ -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