summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.perl5.40
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2025-02-25 17:02:20 +0000
committerAndrew Clayton <a.clayton@nginx.com>2025-02-25 17:08:06 +0000
commit60bb8c484792a532f17533740d369f3ea11659f0 (patch)
tree2751bba4ecfcbbbb7e59cbba44b3a040785a034b /pkg/docker/Dockerfile.perl5.40
parent3890466fec1794479af6fef009eca37000737668 (diff)
downloadunit-60bb8c484792a532f17533740d369f3ea11659f0.tar.gz
unit-60bb8c484792a532f17533740d369f3ea11659f0.tar.bz2
pkg/docker: Update dockerfiles for 1.34.2
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'pkg/docker/Dockerfile.perl5.40')
-rw-r--r--pkg/docker/Dockerfile.perl5.404
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/docker/Dockerfile.perl5.40 b/pkg/docker/Dockerfile.perl5.40
index f6339366..4e5cb320 100644
--- a/pkg/docker/Dockerfile.perl5.40
+++ b/pkg/docker/Dockerfile.perl5.40
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
-LABEL org.opencontainers.image.version="1.34.1"
+LABEL org.opencontainers.image.version="1.34.2"
RUN set -ex \
&& savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
&& mkdir -p /usr/src/unit \
&& cd /usr/src/unit \
- && git clone --depth 1 -b 1.34.1-1 https://github.com/nginx/unit \
+ && git clone --depth 1 -b 1.34.2-1 https://github.com/nginx/unit \
&& cd unit \
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \