diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/docker/rocky:latest/Dockerfile (renamed from scripts/docker/centos:latest/Dockerfile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker/centos:latest/Dockerfile b/scripts/docker/rocky:latest/Dockerfile index 83df638bc..0d47f729b 100644 --- a/scripts/docker/centos:latest/Dockerfile +++ b/scripts/docker/rocky:latest/Dockerfile @@ -1,4 +1,4 @@ -FROM centos:latest +FROM rockylinux:latest MAINTAINER Knot DNS <knot-dns@labs.nic.cz> ENV DEBIAN_FRONTEND noninteractive RUN dnf -y upgrade |