diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2023-08-23 11:29:07 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2023-08-23 11:29:07 +0000 |
commit | fd43b1b0ce8682b5af7316a2ada1d88e20091dbf (patch) | |
tree | 9837cd30b29945294193e2962ae77ba916a1e34f /pkg/docker/Dockerfile.python3.11 | |
parent | 13ee1d725c7696a81eebcad16d33a5b9da88e65c (diff) | |
download | unit-fd43b1b0ce8682b5af7316a2ada1d88e20091dbf.tar.gz unit-fd43b1b0ce8682b5af7316a2ada1d88e20091dbf.tar.bz2 |
Diffstat (limited to 'pkg/docker/Dockerfile.python3.11')
-rw-r--r-- | pkg/docker/Dockerfile.python3.11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/docker/Dockerfile.python3.11 b/pkg/docker/Dockerfile.python3.11 index c30e48a9..cdc96434 100644 --- a/pkg/docker/Dockerfile.python3.11 +++ b/pkg/docker/Dockerfile.python3.11 @@ -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.30.0" +LABEL org.opencontainers.image.version="1.31.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 \ - && hg clone -u 1.30.0-1 https://hg.nginx.org/unit \ + && hg clone -u 1.31.0-1 https://hg.nginx.org/unit \ && cd unit \ && NCPU="$(getconf _NPROCESSORS_ONLN)" \ && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \ |