Skip to content

Commit

Permalink
Centos 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Feb 29, 2024
1 parent 3dd019f commit f16ec8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM centos:8
FROM quay.io/centos/centos:stream9

LABEL Maintainer="Robert de Bock <[email protected]>"
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

Expand Down

0 comments on commit f16ec8d

Please sign in to comment.