Skip to content

Commit 5cc73a8

Browse files
committed
[python] Back to 3.11
1 parent a2dfc81 commit 5cc73a8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.12-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.11-nodejs20 -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.12 -t filigran/python-fips:latest --push .
41+
command: docker buildx build --platform $BUILDX_PLATFORMS -f Dockerfile_python -t filigran/python-fips:python3.11 -t filigran/python-fips:latest --push .
4242
no_output_timeout: 30m
4343
- ms-teams/report:
4444
only_on_fail: false

Dockerfile_python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine AS base
22

33
ARG OPENSSL_VERSION=3.1.5
4-
ARG PYTHON_VERSION=3.12.2
4+
ARG PYTHON_VERSION=3.11.8
55

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

Dockerfile_python_nodejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine AS base
22

33
ARG OPENSSL_VERSION=3.1.5
4-
ARG PYTHON_VERSION=3.12.2
4+
ARG PYTHON_VERSION=3.11.8
55

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ Images are available at: https://hub.docker.com/r/filigran/python-nodejs-fips.
1010

1111
Tag | OpenSSL version | Python version | Node.js version | Distro
1212
--- | --- | --- | --- | ---
13-
`latest` | 3.1.5 | 3.12.2 | 20.11.1 | alpine
14-
`python3.12-nodejs20` | 3.1.5 | 3.12.2 | 20.11.1 | alpine
13+
`latest` | 3.1.5 | 3.11.8 | 20.11.1 | alpine
14+
`python3.12-nodejs20` | 3.1.5 | 3.11.8 | 20.11.1 | alpine
1515

1616
## Docker Python FIPS
1717

1818
Images are available at: https://hub.docker.com/r/filigran/python-fips.
1919

2020
Tag | OpenSSL version | Python version | Distro
2121
--- | --- | --- | ---
22-
`latest` | 3.1.5 | 3.12.2 | alpine
23-
`python3.12` | 3.1.5 | 3.12.2 | alpine
22+
`latest` | 3.1.5 | 3.11.8 | alpine
23+
`python3.12` | 3.1.5 | 3.11.8 | alpine
2424

2525
## Use the images
2626

0 commit comments

Comments
 (0)