diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2023-04-11 16:03:17 -0700 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2023-04-11 16:03:17 -0700 |
commit | b9bc222021e77bbdfb12576b3e315b962cf6b399 (patch) | |
tree | 1e06e901483d3ec6b91cf6ca58a57ba681aa34ab /pkg/docker/Dockerfile.ruby3.2 | |
parent | 98b87385361a9d5d1cf5c1d270260a966eeb0e43 (diff) | |
download | unit-b9bc222021e77bbdfb12576b3e315b962cf6b399.tar.gz unit-b9bc222021e77bbdfb12576b3e315b962cf6b399.tar.bz2 |
Regenerated Dockerfiles.
Diffstat (limited to '')
-rw-r--r-- | pkg/docker/Dockerfile.ruby3.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Dockerfile.ruby3.2 b/pkg/docker/Dockerfile.ruby3.2 index 78a59f4a..19a763f7 100644 --- a/pkg/docker/Dockerfile.ruby3.2 +++ b/pkg/docker/Dockerfile.ruby3.2 @@ -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="1.29.1" RUN set -ex \ && savedAptMark="$(apt-mark showmanual)" \ |