From f1396a4ecc940a9c925692ed567ad48a9fe1bcc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:16:35 +0000 Subject: [PATCH] Bump centos from 7 to 8 Bumps centos from 7 to 8. --- updated-dependencies: - dependency-name: centos dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4cdb4f8..3bef724 100644 --- a/Dockerfile +++ b/Dockerfile @@ -153,7 +153,7 @@ RUN install -D -s bin/check-status /usr/local/bin/ ### BEGIN RUNIT ### # We need to build runit because there aren't any rpms for it in CentOS or BCI repositories. -FROM centos:7 AS runit-amd64 +FROM centos:8 AS runit-amd64 FROM clefos:7 AS runit-s390x FROM runit-${ARCH} AS runit ARG RUNIT_VER=2.1.2