File tree Expand file tree Collapse file tree 12 files changed +24
-24
lines changed Expand file tree Collapse file tree 12 files changed +24
-24
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"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
- LABEL org.opencontainers.image.version="1.31.0 "
9
+ LABEL org.opencontainers.image.version="1.31.1 "
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& cd /usr/src/unit \
18
- && hg clone -u 1.31.0 -1 https://hg.nginx.org/unit \
18
+ && hg clone -u 1.31.1 -1 https://hg.nginx.org/unit \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
- LABEL org.opencontainers.image.version="1.31.0 "
9
+ LABEL org.opencontainers.image.version="1.31.1 "
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& cd /usr/src/unit \
18
- && hg clone -u 1.31.0 -1 https://hg.nginx.org/unit \
18
+ && hg clone -u 1.31.1 -1 https://hg.nginx.org/unit \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
- LABEL org.opencontainers.image.version="1.31.0 "
9
+ LABEL org.opencontainers.image.version="1.31.1 "
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& cd /usr/src/unit \
18
- && hg clone -u 1.31.0 -1 https://hg.nginx.org/unit \
18
+ && hg clone -u 1.31.1 -1 https://hg.nginx.org/unit \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
- LABEL org.opencontainers.image.version="1.31.0 "
9
+ LABEL org.opencontainers.image.version="1.31.1 "
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& cd /usr/src/unit \
18
- && hg clone -u 1.31.0 -1 https://hg.nginx.org/unit \
18
+ && hg clone -u 1.31.1 -1 https://hg.nginx.org/unit \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
- LABEL org.opencontainers.image.version="1.31.0 "
9
+ LABEL org.opencontainers.image.version="1.31.1 "
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& cd /usr/src/unit \
18
- && hg clone -u 1.31.0 -1 https://hg.nginx.org/unit \
18
+ && hg clone -u 1.31.1 -1 https://hg.nginx.org/unit \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
- LABEL org.opencontainers.image.version="1.31.0 "
9
+ LABEL org.opencontainers.image.version="1.31.1 "
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& cd /usr/src/unit \
18
- && hg clone -u 1.31.0 -1 https://hg.nginx.org/unit \
18
+ && hg clone -u 1.31.1 -1 https://hg.nginx.org/unit \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
- LABEL org.opencontainers.image.version="1.31.0 "
9
+ LABEL org.opencontainers.image.version="1.31.1 "
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& cd /usr/src/unit \
18
- && hg clone -u 1.31.0 -1 https://hg.nginx.org/unit \
18
+ && hg clone -u 1.31.1 -1 https://hg.nginx.org/unit \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
- LABEL org.opencontainers.image.version="1.31.0 "
9
+ LABEL org.opencontainers.image.version="1.31.1 "
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& cd /usr/src/unit \
18
- && hg clone -u 1.31.0 -1 https://hg.nginx.org/unit \
18
+ && hg clone -u 1.31.1 -1 https://hg.nginx.org/unit \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
- LABEL org.opencontainers.image.version="1.31.0 "
9
+ LABEL org.opencontainers.image.version="1.31.1 "
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& cd /usr/src/unit \
18
- && hg clone -u 1.31.0 -1 https://hg.nginx.org/unit \
18
+ && hg clone -u 1.31.1 -1 https://hg.nginx.org/unit \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& 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"
6
6
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
7
7
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
8
8
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
- LABEL org.opencontainers.image.version="1.31.0 "
9
+ LABEL org.opencontainers.image.version="1.31.1 "
10
10
11
11
RUN set -ex \
12
12
&& savedAptMark="$(apt-mark showmanual)" \
@@ -15,7 +15,7 @@ RUN set -ex \
15
15
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
16
16
&& mkdir -p /usr/src/unit \
17
17
&& cd /usr/src/unit \
18
- && hg clone -u 1.31.0 -1 https://hg.nginx.org/unit \
18
+ && hg clone -u 1.31.1 -1 https://hg.nginx.org/unit \
19
19
&& cd unit \
20
20
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
21
21
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
You can’t perform that action at this time.
0 commit comments