summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/template.Dockerfile
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
commit98b87385361a9d5d1cf5c1d270260a966eeb0e43 (patch)
tree5b90884f94006cdf349fa401b3f8d92bb3b1c8c2 /pkg/docker/template.Dockerfile
parented8aa957771328cb03afaa5afa69ef5d74074075 (diff)
downloadunit-98b87385361a9d5d1cf5c1d270260a966eeb0e43.tar.gz
unit-98b87385361a9d5d1cf5c1d270260a966eeb0e43.tar.bz2
Docker: fixed a typo.
Diffstat (limited to '')
-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 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)" \