diff options
author | Valentin Bartenev <vbart@nginx.com> | 2021-05-27 16:07:15 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2021-05-27 16:07:15 +0300 |
commit | 25d8e102b0b3ca6cfa15b752397566fdbe2f7eaa (patch) | |
tree | 1121d0121c04f838f6751a9d3166e84c8850439d /pkg/docker/Dockerfile.python3.9 | |
parent | 340955a75f333a0ccfe8b1d212640a2e0ac3b3e3 (diff) | |
download | unit-25d8e102b0b3ca6cfa15b752397566fdbe2f7eaa.tar.gz unit-25d8e102b0b3ca6cfa15b752397566fdbe2f7eaa.tar.bz2 |
Generated Dockerfiles for Unit 1.24.0.1.24.0
Diffstat (limited to '')
-rw-r--r-- | pkg/docker/Dockerfile.python3.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Dockerfile.python3.9 b/pkg/docker/Dockerfile.python3.9 index e8650d44..44472a12 100644 --- a/pkg/docker/Dockerfile.python3.9 +++ b/pkg/docker/Dockerfile.python3.9 @@ -8,7 +8,7 @@ RUN set -ex \ && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \ && hg clone https://hg.nginx.org/unit \ && cd unit \ - && hg up 1.23.0 \ + && hg up 1.24.0 \ && NCPU="$(getconf _NPROCESSORS_ONLN)" \ && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \ && CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \ |