Skip to content

Commit 505241d

Browse files
committed
[python] Fix options
1 parent 5cc73a8 commit 505241d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile_python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN set -ex \
4040
&& wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz \
4141
&& tar -xvf Python-${PYTHON_VERSION}.tgz \
4242
&& cd Python-${PYTHON_VERSION} \
43-
&& ./configure --enable-optimizations --enable-shared --without-ensurepip \
43+
&& ./configure --enable-optimizations --enable-shared --with-ensurepip=no \
4444
&& make \
4545
&& make install \
4646
&& cd .. \

Dockerfile_python_nodejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN set -ex \
4040
&& wget https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz \
4141
&& tar -xvf Python-${PYTHON_VERSION}.tgz \
4242
&& cd Python-${PYTHON_VERSION} \
43-
&& ./configure --enable-optimizations --enable-shared --without-ensurepip \
43+
&& ./configure --enable-optimizations --enable-shared --with-ensurepip=no \
4444
&& make \
4545
&& make install \
4646
&& cd .. \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Images are available at: https://hub.docker.com/r/filigran/python-nodejs-fips.
1111
Tag | OpenSSL version | Python version | Node.js version | Distro
1212
--- | --- | --- | --- | ---
1313
`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
14+
`python3.11-nodejs20` | 3.1.5 | 3.11.8 | 20.11.1 | alpine
1515

1616
## Docker Python FIPS
1717

@@ -20,7 +20,7 @@ Images are available at: https://hub.docker.com/r/filigran/python-fips.
2020
Tag | OpenSSL version | Python version | Distro
2121
--- | --- | --- | ---
2222
`latest` | 3.1.5 | 3.11.8 | alpine
23-
`python3.12` | 3.1.5 | 3.11.8 | alpine
23+
`python3.11` | 3.1.5 | 3.11.8 | alpine
2424

2525
## Use the images
2626

0 commit comments

Comments
 (0)