summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.python3.11
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/docker/Dockerfile.python3.11')
-rw-r--r--pkg/docker/Dockerfile.python3.112
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/Dockerfile.python3.11 b/pkg/docker/Dockerfile.python3.11
index b3a75690..10ec6518 100644
--- a/pkg/docker/Dockerfile.python3.11
+++ b/pkg/docker/Dockerfile.python3.11
@@ -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)" \