diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2022-09-13 07:26:26 +0800 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2022-09-13 07:26:26 +0800 |
commit | 38bd7e76a134084ab95a4ee3125af1ccd7b35864 (patch) | |
tree | df1f4beae65d684a78817d0a658972473add3350 /pkg/docker/Dockerfile.ruby3.1 | |
parent | a03894df61d679847c6dae4617b8e21511f71785 (diff) | |
download | unit-38bd7e76a134084ab95a4ee3125af1ccd7b35864.tar.gz unit-38bd7e76a134084ab95a4ee3125af1ccd7b35864.tar.bz2 |
Generated Dockerfiles for Unit 1.28.0.1.28.0
Diffstat (limited to '')
-rw-r--r-- | pkg/docker/Dockerfile.ruby3.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Dockerfile.ruby3.1 b/pkg/docker/Dockerfile.ruby3.1 index 0baedc32..f365bc96 100644 --- a/pkg/docker/Dockerfile.ruby3.1 +++ b/pkg/docker/Dockerfile.ruby3.1 @@ -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.27.0 \ + && hg up 1.28.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)" \ |