diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2023-04-06 20:43:22 -0700 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2023-04-06 20:43:22 -0700 |
commit | 31750550f8539ead48fc30fbccd4a9ab9a08be2d (patch) | |
tree | 3852a87b035088ef99cb4d63e55624beaadaf933 /pkg/docker/template.Dockerfile | |
parent | 21e49692a09c5680a0815c462a0688940e8c5766 (diff) | |
download | unit-31750550f8539ead48fc30fbccd4a9ab9a08be2d.tar.gz unit-31750550f8539ead48fc30fbccd4a9ab9a08be2d.tar.bz2 |
Docker: dropped a leftover from a multi-stage build.
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 79666dd5..e3627ec0 100644 --- a/pkg/docker/template.Dockerfile +++ b/pkg/docker/template.Dockerfile @@ -1,4 +1,4 @@ -FROM @@CONTAINER@@ as BUILDER +FROM @@CONTAINER@@ LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" |