summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.python3.9
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2021-12-03 03:10:15 +0300
committerValentin Bartenev <vbart@nginx.com>2021-12-03 03:10:15 +0300
commit9bc314df48b8def52fa4f0500a92b556c8cb7ac5 (patch)
tree2d4a51dfde6cc254e784df3598e5c7e83c0d8091 /pkg/docker/Dockerfile.python3.9
parent6e5dcdfe846575587ddfe4180ebcf39fe4f4bdce (diff)
parent85908c09f9b7d8d0bd797427d984e2697ece8267 (diff)
downloadunit-9bc314df48b8def52fa4f0500a92b556c8cb7ac5.tar.gz
unit-9bc314df48b8def52fa4f0500a92b556c8cb7ac5.tar.bz2
Merged with the 1.26 branch.
Diffstat (limited to '')
-rw-r--r--pkg/docker/Dockerfile.python3.92
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Dockerfile.python3.9 b/pkg/docker/Dockerfile.python3.9
index 87e807cc..22491edb 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.26.0 \
+ && hg up 1.26.1 \
&& 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)" \