gitlab-ci: Use Fedora 32 to test FIPS mode
authorAndreas Schneider <asn@samba.org>
Mon, 22 Jun 2020 11:52:05 +0000 (13:52 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 22 Jun 2020 14:34:32 +0000 (14:34 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
.gitlab-ci.yml

index 07288ae97939cb021df21c1a0532461950792c5c..c657b4a1d8f5b47a3e97eb076df7502bf34c04a0 100644 (file)
@@ -184,7 +184,7 @@ samba-ad-dc-4-mitkrb5:
 
 samba-fips:
   extends: .shared_template
-  image: $SAMBA_CI_CONTAINER_IMAGE_fedora31
+  image: $SAMBA_CI_CONTAINER_IMAGE_fedora32
 
 .private_template:
   extends: .shared_template