From d9da6493782b99bbe76f57cd9b928dc3f4428c34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 15:32:08 +0000 Subject: [PATCH] chore(deps): update almalinux docker tag to v9 --- docker/almalinux-8-amd64-openssl-1.1.x/Dockerfile | 2 +- docker/almalinux-8-arm64-openssl-1.1.x/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/almalinux-8-amd64-openssl-1.1.x/Dockerfile b/docker/almalinux-8-amd64-openssl-1.1.x/Dockerfile index 5f4fd8a461c2..81aeae144dec 100644 --- a/docker/almalinux-8-amd64-openssl-1.1.x/Dockerfile +++ b/docker/almalinux-8-amd64-openssl-1.1.x/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # substitute for centos -FROM almalinux:8 +FROM almalinux:9 ARG NODE_VERSION="18.12.1" ARG ARCH="x64" diff --git a/docker/almalinux-8-arm64-openssl-1.1.x/Dockerfile b/docker/almalinux-8-arm64-openssl-1.1.x/Dockerfile index 9b87fe146f4e..98c63580628b 100644 --- a/docker/almalinux-8-arm64-openssl-1.1.x/Dockerfile +++ b/docker/almalinux-8-arm64-openssl-1.1.x/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # substitute for centos -FROM almalinux:8 +FROM almalinux:9 ARG NODE_VERSION="18.12.1" ARG ARCH="arm64"