diff --git a/tests/bugzilla/Dockerfile b/tests/bugzilla/Dockerfile index 3445e33e1c..79b1943b70 100644 --- a/tests/bugzilla/Dockerfile +++ b/tests/bugzilla/Dockerfile @@ -1,5 +1,5 @@ # checkov:skip=CKV_DOCKER_2:Ensure that HEALTHCHECK instructions have been added to container images -FROM fedora:43 +FROM fedora:44 RUN dnf -y install httpd && \ dnf -y install bugzilla "perl(DBD::SQLite)" findutils