File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 .. \
Original file line number Diff line number Diff 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 .. \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Images are available at: https://hub.docker.com/r/filigran/python-nodejs-fips.
1111Tag | 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.
2020Tag | 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
You can’t perform that action at this time.
0 commit comments