summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.python3.11
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2023-02-28 14:52:32 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2023-02-28 14:52:32 +0000
commit0af1253c17161b19a5c61a0bbb262f6cd2e515ed (patch)
treec65b73174590809b061a19bc0f44ebfda7d29199 /pkg/docker/Dockerfile.python3.11
parent32f9c3d6f9a97875b901357e2fc7a39010450d2c (diff)
downloadunit-0af1253c17161b19a5c61a0bbb262f6cd2e515ed.tar.gz
unit-0af1253c17161b19a5c61a0bbb262f6cd2e515ed.tar.bz2
Generated Dockerfiles for Unit 1.29.1.1.29.1
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 3a83ec57..744eda20 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.29.0 \
+ && hg up 1.29.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)" \