This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new e931764b main: Update registry.access.redhat.com/ubi9/openjdk-21
Docker tag to v1.21-3.1733995526 (#743)
e931764b is described below
commit e931764b17f60d97ae909fcdca922782bb81c638
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Jan 14 14:28:21 2025 +0100
main: Update registry.access.redhat.com/ubi9/openjdk-21 Docker tag to
v1.21-3.1733995526 (#743)
---
quarkus/admin/src/main/docker/Dockerfile.jvm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/quarkus/admin/src/main/docker/Dockerfile.jvm
b/quarkus/admin/src/main/docker/Dockerfile.jvm
index 9f992a30..5b1d395a 100644
--- a/quarkus/admin/src/main/docker/Dockerfile.jvm
+++ b/quarkus/admin/src/main/docker/Dockerfile.jvm
@@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
#
-FROM registry.access.redhat.com/ubi9/openjdk-21:1.20-2.1726695192
+FROM registry.access.redhat.com/ubi9/openjdk-21:1.21-3.1733995526
LABEL org.opencontainers.image.source=https://github.com/apache/polaris
LABEL org.opencontainers.image.description="Apache Polaris (incubating) Admin
Tool"