summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.python3.11
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2022-12-15 12:42:01 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2022-12-15 12:42:01 +0000
commit87a1a9c0d275c6869e50bc9f3dfca1227ec54868 (patch)
treece7144b822d7a872ec86b54e3ef67ea3c0490021 /pkg/docker/Dockerfile.python3.11
parentedd7ebaf60feb00a5bb996c73ce2de41fa4cf6cc (diff)
downloadunit-87a1a9c0d275c6869e50bc9f3dfca1227ec54868.tar.gz
unit-87a1a9c0d275c6869e50bc9f3dfca1227ec54868.tar.bz2
Generated Dockerfiles for Unit 1.29.0.1.29.0
Diffstat (limited to 'pkg/docker/Dockerfile.python3.11')
-rw-r--r--pkg/docker/Dockerfile.python3.112
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Dockerfile.python3.11 b/pkg/docker/Dockerfile.python3.11
index 73f8614c..3a83ec57 100644
--- a/pkg/docker/Dockerfile.python3.11
+++ b/pkg/docker/Dockerfile.python3.11
@@ -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.28.0 \
+ && hg up 1.29.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)" \