Commit f6b85bc6 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: use python-slim image

parent 019a3203
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,9 +9,9 @@ include:
      prod-publish-strategy: "auto"
      release-extra-tags: "latest \\g<major>.\\g<minor>\\g<build> \\g<major>\\g<build>"
  # Python template
  - component: "gitlab.com/$TBC_NAMESPACE/python/gitlab-ci-python@6"
  - component: "gitlab.com/$TBC_NAMESPACE/python/gitlab-ci-python@7"
    inputs:
      image: "registry.hub.docker.com/library/python:3.12"
      image: "registry.hub.docker.com/library/python:3.12-slim"
      ruff-enabled: true
      sbom-disabled: true
      package-enabled: true