Skip to content

Commit 49877a0

Browse files
committed
[all] Bump OpeNSSL & NodeJS & Python
1 parent 4284676 commit 49877a0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Dockerfile_python

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
ENV PATH /usr/local/bin:$PATH
77
ENV LANG C.UTF-8

Dockerfile_python_nodejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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

66
ENV PATH /usr/local/bin:$PATH
77
ENV LANG C.UTF-8

0 commit comments

Comments
 (0)