Skip to content

Commit 98b8738

Browse files
committed
Docker: fixed a typo.
1 parent ed8aa95 commit 98b8738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker/template.Dockerfile

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="@@VERSION@@"
1010

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

0 commit comments

Comments
 (0)