azure: bump F32->F34

Fixes: https://pagure.io/freeipa/issue/8848
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Stanislav Levin 2021-05-05 17:33:50 +03:00 committed by Alexander Bokovoy
parent 4f30130697
commit 6fe8620668
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM fedora:32
FROM fedora:34
MAINTAINER [FreeIPA Developers freeipa-devel@lists.fedorahosted.org]
ENV container=docker LANG=en_US.utf8 LANGUAGE=en_US.utf8 LC_ALL=en_US.utf8

View File

@ -1,7 +1,7 @@
variables:
IPA_PLATFORM: fedora
# the Docker public image to build IPA packages (rpms)
DOCKER_BUILD_IMAGE: 'fedora:32'
DOCKER_BUILD_IMAGE: 'fedora:34'
# the Dockerfile to build Docker image for running IPA tests
DOCKER_DOCKERFILE: ${{ format('Dockerfile.build.{0}', variables.IPA_PLATFORM) }}