Skip to content

Commit b9bc222

Browse files
committed
Regenerated Dockerfiles.
1 parent 98b8738 commit b9bc222

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

pkg/docker/Dockerfile.go1.20

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="%%VERSION%%"
9+
LABEL org.opencontainers.image.version="1.29.1"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \

pkg/docker/Dockerfile.jsc11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="%%VERSION%%"
9+
LABEL org.opencontainers.image.version="1.29.1"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \

pkg/docker/Dockerfile.minimal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="%%VERSION%%"
9+
LABEL org.opencontainers.image.version="1.29.1"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \

pkg/docker/Dockerfile.node18

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="%%VERSION%%"
9+
LABEL org.opencontainers.image.version="1.29.1"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \

pkg/docker/Dockerfile.perl5.36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="%%VERSION%%"
9+
LABEL org.opencontainers.image.version="1.29.1"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \

pkg/docker/Dockerfile.php8.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="%%VERSION%%"
9+
LABEL org.opencontainers.image.version="1.29.1"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \

pkg/docker/Dockerfile.python3.11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="%%VERSION%%"
9+
LABEL org.opencontainers.image.version="1.29.1"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \

pkg/docker/Dockerfile.ruby3.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.url="https://unit.nginx.org"
66
LABEL org.opencontainers.image.source="https://github.com/nginx/unit"
77
LABEL org.opencontainers.image.documentation="https://unit.nginx.org/installation/#docker-images"
88
LABEL org.opencontainers.image.vendor="NGINX Docker Maintainers <docker-maint@nginx.com>"
9-
LABEL org.opencontainers.image.version="%%VERSION%%"
9+
LABEL org.opencontainers.image.version="1.29.1"
1010

1111
RUN set -ex \
1212
&& savedAptMark="$(apt-mark showmanual)" \

0 commit comments

Comments
 (0)