summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-04-11 15:39:42 -0700
committerKonstantin Pavlov <thresh@nginx.com>2023-04-11 15:39:42 -0700
commitbfd9a0a30a856aa3ac85d6d722fff41a8645a322 (patch)
tree467f7ab2d4dd662091f9709b614db9d44c9cdff3 /pkg
parent45c45eaeb4443ff4af9cc49e716bbd9d65596b02 (diff)
downloadunit-bfd9a0a30a856aa3ac85d6d722fff41a8645a322.tar.gz
unit-bfd9a0a30a856aa3ac85d6d722fff41a8645a322.tar.bz2
Docker: fixed a typo.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/docker/template.Dockerfile2
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)" \