From 4c3e11afe375dc2d8e957b0f179ac8e0f040fbbd Mon Sep 17 00:00:00 2001 From: Sam Arbid Date: Mon, 11 Dec 2023 12:16:14 +0100 Subject: [PATCH] docker: Update AlmaLinux to 9.3 --- almalinux/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/almalinux/Dockerfile b/almalinux/Dockerfile index 0f23f26..3cbc359 100644 --- a/almalinux/Dockerfile +++ b/almalinux/Dockerfile @@ -2,11 +2,12 @@ # Copyright (C) 2018-2021 CERN. # Copyright (C) 2022 Graz University of Technology. # Copyright (C) 2022 University of Münster. +# Copyright (C) 2023 KTH Royal Institute of Technology. # # Invenio is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. # -ARG LINUX_VERSION=9.0 +ARG LINUX_VERSION=9.3 ARG BUILDPLATFORM=linux/amd64 FROM --platform=$BUILDPLATFORM almalinux:${LINUX_VERSION}