summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.ruby3.2
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-04-11 16:03:17 -0700
committerKonstantin Pavlov <thresh@nginx.com>2023-04-11 16:03:17 -0700
commitb9bc222021e77bbdfb12576b3e315b962cf6b399 (patch)
tree1e06e901483d3ec6b91cf6ca58a57ba681aa34ab /pkg/docker/Dockerfile.ruby3.2
parent98b87385361a9d5d1cf5c1d270260a966eeb0e43 (diff)
downloadunit-b9bc222021e77bbdfb12576b3e315b962cf6b399.tar.gz
unit-b9bc222021e77bbdfb12576b3e315b962cf6b399.tar.bz2
Regenerated Dockerfiles.
Diffstat (limited to '')
-rw-r--r--pkg/docker/Dockerfile.ruby3.22
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)" \