Skip to content
Snippets Groups Projects
Commit e536f642 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

add 3.12 images to build

parent 6c2d75ae
No related branches found
No related tags found
No related merge requests found
Pipeline #4165 passed
......@@ -32,3 +32,19 @@ python:3.11:alpine:
script:
- ./build.sh
python:3.12:
variables:
IMAGE_NAME: python
IMAGE_TAG: "3.12"
SOURCE_TAG: "3.12-slim"
script:
- ./build.sh
python:3.12:alpine:
variables:
IMAGE_NAME: python
IMAGE_TAG: "3.12-alpine"
SOURCE_TAG: "3.12-alpine"
script:
- ./build.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment