ci: Switch to fedora30 for docker based CI
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/ci/build.sh b/ci/build.sh
index 988fac0..3747195 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-CONTAINERS="ubuntu1804 fedora29"
+CONTAINERS="ubuntu1804 fedora30"
SDK_ONLY=0
@@ -101,7 +101,7 @@
HTTPS_PROXY_ENV="ENV https_proxy $HTTPS_PROXY"
fi
if [[ -n "$http_proxy" ]]; then
- if [[ "$distro" == fedora29 ]]; then
+ if [[ "$distro" == fedora30 ]]; then
PROXY="RUN echo \"proxy=${http_proxy}\" >> /etc/dnf/dnf.conf"
fi
if [[ "$distro" == ubuntu1804 ]]; then