Added matrix build for multiple python versions
This commit is contained in:
parent
78549910fa
commit
8da3105ab9
3 changed files with 21 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue