FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 0c5e7d5d authored by Daniel Ball's avatar Daniel Ball
Browse files

Update Photo API base to Python 3.11

parent 0781a135
No related branches found
No related tags found
1 merge request!115Update Photo API base to Python 3.11
......@@ -123,6 +123,18 @@ gcloud-docker-435.0.1:
BUILD_ARGS: "GCLOUD_VERSION"
WHEN_TO_RUN: "weekly"
photo-api-base-py-3-11:
extends: .build_and_push
variables:
IMAGE_TYPE: photo-api-base
IMAGE_NAME: photo-api-base
TAGS: dj3.2-py3.11-fr1.3.0
PYTHON_VERSION: "3.11"
DJANGO_VERSION: "3.2"
FACE_RECOG_VERSION: "1.3.0"
BUILD_ARGS: "PYTHON_VERSION DJANGO_VERSION FACE_RECOG_VERSION"
WHEN_TO_RUN: "weekly"
photo-api-base:
extends: .build_and_push
variables:
......
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