diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2023-04-11 15:39:42 -0700 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2023-04-11 15:39:42 -0700 |
commit | bfd9a0a30a856aa3ac85d6d722fff41a8645a322 (patch) | |
tree | 467f7ab2d4dd662091f9709b614db9d44c9cdff3 | |
parent | 45c45eaeb4443ff4af9cc49e716bbd9d65596b02 (diff) | |
download | unit-bfd9a0a30a856aa3ac85d6d722fff41a8645a322.tar.gz unit-bfd9a0a30a856aa3ac85d6d722fff41a8645a322.tar.bz2 |
Docker: fixed a typo.
-rw-r--r-- | pkg/docker/template.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/template.Dockerfile b/pkg/docker/template.Dockerfile index 65c1442e..2ffc5a97 100644 --- a/pkg/docker/template.Dockerfile +++ b/pkg/docker/template.Dockerfile @@ -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="%%VERSION%%" +LABEL org.opencontainers.image.version="@@VERSION@@" RUN set -ex \ && savedAptMark="$(apt-mark showmanual)" \ |