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

Update .gitlab-ci.yml - swap out 3.12 or 3.11

parent 4eac87b0
No related branches found
No related tags found
No related merge requests found
Pipeline #3806 passed
......@@ -16,19 +16,19 @@ python:3.10:alpine:
script:
- ./build.sh
python:3.12:
python:3.11:
variables:
IMAGE_NAME: python
IMAGE_TAG: "3.12"
SOURCE_TAG: "3.12-slim"
IMAGE_TAG: "3.11"
SOURCE_TAG: "3.11-slim"
script:
- ./build.sh
python:3.12:alpine:
python:3.11:alpine:
variables:
IMAGE_NAME: python
IMAGE_TAG: "3.12-alpine"
SOURCE_TAG: "3.12-alpine"
IMAGE_TAG: "3.11-alpine"
SOURCE_TAG: "3.11-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