This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push: new 2734dc54ae PHOENIX-7558 Release script docker image cannot be built (#2095) 2734dc54ae is described below commit 2734dc54ae74aa8e8219bae63cd3547f38e7f7b8 Author: Istvan Toth <st...@apache.org> AuthorDate: Tue Mar 25 15:45:07 2025 +0100 PHOENIX-7558 Release script docker image cannot be built (#2095) --- dev/create-release/phoenix-rm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/create-release/phoenix-rm/Dockerfile b/dev/create-release/phoenix-rm/Dockerfile index 01de8c2634..d85c744ff0 100644 --- a/dev/create-release/phoenix-rm/Dockerfile +++ b/dev/create-release/phoenix-rm/Dockerfile @@ -37,7 +37,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -qq -y update \ libxml2-utils='2.9.13+dfsg-*' \ lsof='4.93.2+dfsg-*' \ openjdk-8-jdk='8u*' \ - python3='3.10.6-1~22.04' \ + python3='3.10.6-1~22.04.1' \ python2='2.7.18-3' \ python3-pip='22.0.2+dfsg-*' \ subversion='1.14.1-*' \