commit | 10a524f011ae2dece1deaeacf3d8df664fcf63f7 | [log] [tgz] |
---|---|---|
author | Jacek Centkowski <geminica.programs@gmail.com> | Mon Jun 03 08:48:49 2024 +0200 |
committer | Jacek Centkowski <geminica.programs@gmail.com> | Mon Jun 03 08:48:49 2024 +0200 |
tree | d896fb4de87c5451274ea901dd7e710c9824d731 | |
parent | 3d6481effd0b80c4a7d7a23ca79976cb93b74ab8 [diff] |
Set almalinux to version 9.3 in Dockerfile-dev So that it is consistent with the production version. Change-Id: I8b023f001b4331d8850582b67f54c051bef1141b
diff --git a/almalinux/9/Dockerfile-dev b/almalinux/9/Dockerfile-dev index e350fb8..848bd00 100644 --- a/almalinux/9/Dockerfile-dev +++ b/almalinux/9/Dockerfile-dev
@@ -1,4 +1,4 @@ -FROM almalinux:9.2 +FROM almalinux:9.3 MAINTAINER Gerrit Code Review Community # Allow remote connectivity and sudo and install OpenJDK and Git