diff --git a/beaker-tests/DockerTestEnv/Dockerfile b/beaker-tests/DockerTestEnv/Dockerfile index 976b870f1..21e890d4e 100644 --- a/beaker-tests/DockerTestEnv/Dockerfile +++ b/beaker-tests/DockerTestEnv/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:38 +FROM registry.fedoraproject.org/fedora:39 ARG COPR_PACKAGES=devel MAINTAINER copr-devel@lists.fedorahosted.org ENV container docker diff --git a/beaker-tests/Sanity/copr-cli-basic-operations/config b/beaker-tests/Sanity/copr-cli-basic-operations/config index 809b2cdca..e4fc74f83 100644 --- a/beaker-tests/Sanity/copr-cli-basic-operations/config +++ b/beaker-tests/Sanity/copr-cli-basic-operations/config @@ -21,8 +21,8 @@ USER=`copr-cli whoami` # Some tests might want to install built packages # Therefore, these packages need to be built for the same fedora version # as this script is going to be run from -FEDORA_VERSION=38 -PREV_FEDORA_VERSION=37 +FEDORA_VERSION=39 +PREV_FEDORA_VERSION=38 CHROOT="fedora-$FEDORA_VERSION-x86_64" PREV_CHROOT="fedora-$PREV_FEDORA_VERSION-x86_64"