File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 command : echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
3535 - run :
3636 name : Build Docker image filigran/python-nodejs-fips
37- command : docker buildx build --platform $BUILDX_PLATFORMS -f Dockerfile_python_nodejs -t filigran/python-nodejs-fips:python3.11-nodejs20 -t filigran/python-nodejs-fips:latest --push .
37+ command : docker buildx build --platform $BUILDX_PLATFORMS -f Dockerfile_python_nodejs -t filigran/python-nodejs-fips:python3.12-nodejs22 -t filigran/python-nodejs-fips:latest --push .
3838 no_output_timeout : 30m
3939 - run :
4040 name : Build Docker image filigran/python-fips
41- command : docker buildx build --platform $BUILDX_PLATFORMS -f Dockerfile_python -t filigran/python-fips:python3.11 -t filigran/python-fips:latest --push .
41+ command : docker buildx build --platform $BUILDX_PLATFORMS -f Dockerfile_python -t filigran/python-fips:python3.12 -t filigran/python-fips:latest --push .
4242 no_output_timeout : 30m
4343 - ms-teams/report :
4444 only_on_fail : false
Original file line number Diff line number Diff line change 11FROM alpine AS base
22
3- ARG OPENSSL_VERSION=3.1.5
4- ARG PYTHON_VERSION=3.11.8
3+ ARG OPENSSL_VERSION=3.5.3
4+ ARG PYTHON_VERSION=3.12.11
55
66ENV PATH /usr/local/bin:$PATH
77ENV LANG C.UTF-8
Original file line number Diff line number Diff line change 11FROM alpine AS base
22
3- ARG OPENSSL_VERSION=3.1.5
4- ARG PYTHON_VERSION=3.11.8
3+ ARG OPENSSL_VERSION=3.5.3
4+ ARG PYTHON_VERSION=3.12.11
55
66ENV PATH /usr/local/bin:$PATH
77ENV LANG C.UTF-8
You can’t perform that action at this time.
0 commit comments