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 | 98b87385361a9d5d1cf5c1d270260a966eeb0e43 (patch) | |
tree | 5b90884f94006cdf349fa401b3f8d92bb3b1c8c2 /pkg/docker/template.Dockerfile | |
parent | ed8aa957771328cb03afaa5afa69ef5d74074075 (diff) | |
download | unit-98b87385361a9d5d1cf5c1d270260a966eeb0e43.tar.gz unit-98b87385361a9d5d1cf5c1d270260a966eeb0e43.tar.bz2 |
Docker: fixed a typo.
Diffstat (limited to '')
-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 9e8adb25..7b749a1a 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)" \ |