This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 17 files changed +34
-34
lines changed Expand file tree Collapse file tree 17 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.34.1 "
9+ LABEL org.opencontainers.image.version="1.34.2 "
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636 && mkdir -p /usr/src/unit \
3737 && cd /usr/src/unit \
38- && git clone --depth 1 -b 1.34.1 -1 https://github.com/nginx/unit \
38+ && git clone --depth 1 -b 1.34.2 -1 https://github.com/nginx/unit \
3939 && cd unit \
4040 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.34.1 "
9+ LABEL org.opencontainers.image.version="1.34.2 "
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636 && mkdir -p /usr/src/unit \
3737 && cd /usr/src/unit \
38- && git clone --depth 1 -b 1.34.1 -1 https://github.com/nginx/unit \
38+ && git clone --depth 1 -b 1.34.2 -1 https://github.com/nginx/unit \
3939 && cd unit \
4040 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.34.1 "
9+ LABEL org.opencontainers.image.version="1.34.2 "
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636 && mkdir -p /usr/src/unit \
3737 && cd /usr/src/unit \
38- && git clone --depth 1 -b 1.34.1 -1 https://github.com/nginx/unit \
38+ && git clone --depth 1 -b 1.34.2 -1 https://github.com/nginx/unit \
3939 && cd unit \
4040 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.34.1 "
9+ LABEL org.opencontainers.image.version="1.34.2 "
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636 && mkdir -p /usr/src/unit \
3737 && cd /usr/src/unit \
38- && git clone --depth 1 -b 1.34.1 -1 https://github.com/nginx/unit \
38+ && git clone --depth 1 -b 1.34.2 -1 https://github.com/nginx/unit \
3939 && cd unit \
4040 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.34.1 "
9+ LABEL org.opencontainers.image.version="1.34.2 "
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636 && mkdir -p /usr/src/unit \
3737 && cd /usr/src/unit \
38- && git clone --depth 1 -b 1.34.1 -1 https://github.com/nginx/unit \
38+ && git clone --depth 1 -b 1.34.2 -1 https://github.com/nginx/unit \
3939 && cd unit \
4040 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.34.1 "
9+ LABEL org.opencontainers.image.version="1.34.2 "
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636 && mkdir -p /usr/src/unit \
3737 && cd /usr/src/unit \
38- && git clone --depth 1 -b 1.34.1 -1 https://github.com/nginx/unit \
38+ && git clone --depth 1 -b 1.34.2 -1 https://github.com/nginx/unit \
3939 && cd unit \
4040 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.34.1 "
9+ LABEL org.opencontainers.image.version="1.34.2 "
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636 && mkdir -p /usr/src/unit \
3737 && cd /usr/src/unit \
38- && git clone --depth 1 -b 1.34.1 -1 https://github.com/nginx/unit \
38+ && git clone --depth 1 -b 1.34.2 -1 https://github.com/nginx/unit \
3939 && cd unit \
4040 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.34.1 "
9+ LABEL org.opencontainers.image.version="1.34.2 "
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636 && mkdir -p /usr/src/unit \
3737 && cd /usr/src/unit \
38- && git clone --depth 1 -b 1.34.1 -1 https://github.com/nginx/unit \
38+ && git clone --depth 1 -b 1.34.2 -1 https://github.com/nginx/unit \
3939 && cd unit \
4040 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.34.1 "
9+ LABEL org.opencontainers.image.version="1.34.2 "
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636 && mkdir -p /usr/src/unit \
3737 && cd /usr/src/unit \
38- && git clone --depth 1 -b 1.34.1 -1 https://github.com/nginx/unit \
38+ && git clone --depth 1 -b 1.34.2 -1 https://github.com/nginx/unit \
3939 && cd unit \
4040 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9- LABEL org.opencontainers.image.version="1.34.1 "
9+ LABEL org.opencontainers.image.version="1.34.2 "
1010
1111RUN set -ex \
1212 && savedAptMark="$(apt-mark showmanual)" \
@@ -35,7 +35,7 @@ RUN set -ex \
3535 && mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
3636 && mkdir -p /usr/src/unit \
3737 && cd /usr/src/unit \
38- && git clone --depth 1 -b 1.34.1 -1 https://github.com/nginx/unit \
38+ && git clone --depth 1 -b 1.34.2 -1 https://github.com/nginx/unit \
3939 && cd unit \
4040 && NCPU="$(getconf _NPROCESSORS_ONLN)" \
4141 && DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
You can’t perform that action at this time.
0 commit comments