From f16ec8d3961e338e84aba07a8c29156c989ca208 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 29 Feb 2024 10:59:54 +0100 Subject: [PATCH] Centos 9. --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 729b420..31adcd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ -FROM centos:8 +FROM quay.io/centos/centos:stream9 LABEL Maintainer="Robert de Bock " LABEL Description="Base CentOS OpenSSH server image" -LABEL CentOS="8" -LABEL OpenSSH="8.0p1" +LABEL CentOS="9" +LABEL OpenSSH="8.7p1" LABEL Tini="0.19.0" LABEL Name="CentOS OpenSSH" LABEL VERSION="2" -LABEL build_date="2024-02-28" +LABEL build_date="2024-02-29" ENV TINI_VERSION v0.19.0