summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.minimal
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2022-06-02 12:31:55 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2022-06-02 12:31:55 +0000
commit3d1fa29f1d03e392df534b6589d3e1d2ed883671 (patch)
tree4ff86729ee411f874ecc8200e5b6452a63c5ff58 /pkg/docker/Dockerfile.minimal
parentcf9b5bdb35cb3895dc802d38f6e7d63af39865ad (diff)
downloadunit-3d1fa29f1d03e392df534b6589d3e1d2ed883671.tar.gz
unit-3d1fa29f1d03e392df534b6589d3e1d2ed883671.tar.bz2
Generated Dockerfiles for Unit 1.27.0.1.27.0
Diffstat (limited to 'pkg/docker/Dockerfile.minimal')
-rw-r--r--pkg/docker/Dockerfile.minimal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Dockerfile.minimal b/pkg/docker/Dockerfile.minimal
index c594c9ab..730e1893 100644
--- a/pkg/docker/Dockerfile.minimal
+++ b/pkg/docker/Dockerfile.minimal
@@ -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.1 \
+ && hg up 1.27.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)" \