summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.ruby3.3
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2024-02-15 19:56:06 +0000
committerandrey-zelenkov <xim.andrew@gmail.com>2024-02-27 12:24:44 +0000
commitace553dca47da60a14e10c29de0c59ec73cc3ad7 (patch)
treebcda142f2c9c3f353bec00d35cbe720e4d4324bc /pkg/docker/Dockerfile.ruby3.3
parent4d25c612247643329beb9e924d1feded3cf578ab (diff)
downloadunit-ace553dca47da60a14e10c29de0c59ec73cc3ad7.tar.gz
unit-ace553dca47da60a14e10c29de0c59ec73cc3ad7.tar.bz2
Generated Dockerfiles for Unit 1.32.0
Diffstat (limited to '')
-rw-r--r--pkg/docker/Dockerfile.ruby3.34
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/docker/Dockerfile.ruby3.3 b/pkg/docker/Dockerfile.ruby3.3
index 8d23499e..132bbb9c 100644
--- a/pkg/docker/Dockerfile.ruby3.3
+++ b/pkg/docker/Dockerfile.ruby3.3
@@ -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.31.1"
+LABEL org.opencontainers.image.version="1.32.0"
RUN set -ex \
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,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.31.1-1 https://github.com/nginx/unit \
+ && git clone --depth 1 -b 1.32.0-1 https://github.com/nginx/unit \
&& cd unit \
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \