summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.php8.3
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2024-03-15 15:15:26 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2024-03-15 15:15:26 +0000
commit3f228d6b6f3e9b856ea17f7183b701201629d28a (patch)
tree16b0c74a54cb142b8049fdde9f4dc721ad0e8c27 /pkg/docker/Dockerfile.php8.3
parent8ca4962d9a63c48bc00ad37c441ce4b478212b66 (diff)
downloadunit-3f228d6b6f3e9b856ea17f7183b701201629d28a.tar.gz
unit-3f228d6b6f3e9b856ea17f7183b701201629d28a.tar.bz2
Generated Dockerfiles for Unit 1.32.1
Diffstat (limited to 'pkg/docker/Dockerfile.php8.3')
-rw-r--r--pkg/docker/Dockerfile.php8.34
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/docker/Dockerfile.php8.3 b/pkg/docker/Dockerfile.php8.3
index 31fe2335..2b87fe74 100644
--- a/pkg/docker/Dockerfile.php8.3
+++ b/pkg/docker/Dockerfile.php8.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.32.0"
+LABEL org.opencontainers.image.version="1.32.1"
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.32.0-1 https://github.com/nginx/unit \
+ && git clone --depth 1 -b 1.32.1-1 https://github.com/nginx/unit \
&& cd unit \
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \