1
0
mirror of https://gitlab.com/jarylc/docker-duoauthproxy.git synced 2026-02-07 14:29:15 +00:00

dynamically select Alpine version with correct Python version pin

This commit is contained in:
Jaryl Chng
2024-10-22 21:45:42 +08:00
parent de19a7b9b9
commit 467a18ecfd
3 changed files with 20 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ variables:
- name: docker:dind
command: ["--experimental"]
script:
- VERSION=$LATEST CHECKSUM=$CHECKSUM PYTHON_VERSION=$PYTHON_VERSION ./build.sh
- VERSION=$LATEST CHECKSUM=$CHECKSUM PYTHON_VERSION=$PYTHON_VERSION ALPINE_VERSION=$ALPINE_VERSION ./build.sh
build:amd64:
extends: .build-template