From 96b95425f40d9fe62603c44282668fdde98e9465 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:33:48 +0000 Subject: [PATCH] Update almalinux Docker tag to v9 --- build/almalinux-8/Dockerfile | 2 +- build/almalinux-8/Dockerfile.test.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/almalinux-8/Dockerfile b/build/almalinux-8/Dockerfile index a2eaf26..418568f 100644 --- a/build/almalinux-8/Dockerfile +++ b/build/almalinux-8/Dockerfile @@ -1,6 +1,6 @@ # Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -FROM almalinux:8 +FROM almalinux:9 # Java requires proper locale for unicode. Set container=docker to allow systemd in container mode. ENV LANG=C.UTF-8 container=docker diff --git a/build/almalinux-8/Dockerfile.test.tmpl b/build/almalinux-8/Dockerfile.test.tmpl index ba82922..89fd8d3 100644 --- a/build/almalinux-8/Dockerfile.test.tmpl +++ b/build/almalinux-8/Dockerfile.test.tmpl @@ -1,6 +1,6 @@ # Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -FROM almalinux:8 +FROM almalinux:9 # Java requires proper locale for unicode. Set container=docker to allow systemd in container mode. ENV LANG=C.UTF-8 container=docker