Merge branch 'build-cache-upgrades' into 'development'

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

Closes #10

See merge request nofusscomputing/projects/ansible/execution_environment!129
This commit is contained in:
2023-12-05 03:42:55 +00:00

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_JOB_TOKEN
ARG CI_API_V4_URL ARG CI_API_V4_URL