Added matrix build for multiple python versions

This commit is contained in:
Firq 2024-07-22 18:16:13 +02:00
parent 78549910fa
commit 8da3105ab9
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 21 additions and 5 deletions

View file

@ -1,4 +1,6 @@
FROM nikolaik/python-nodejs:python3.11-nodejs21-alpine
ARG PYTHON_VERSION=3.12
FROM nikolaik/python-nodejs:python${PYTHON_VERSION}-nodejs22-alpine
RUN apk -U upgrade && apk add --no-cache git openssh
COPY pip.conf /etc/pip.conf