summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/rpmostree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/rpmostree.sh b/ci/rpmostree.sh
index 9a162972..76841ffe 100755
--- a/ci/rpmostree.sh
+++ b/ci/rpmostree.sh
@@ -6,7 +6,7 @@ set -xeuo pipefail
# Frozen to a tag for now to help predictability; it's
# also useful to test building *older* versions since
# that must work.
-RPMOSTREE_TAG=v2019.1
+RPMOSTREE_TAG=v2019.3
dn=$(dirname $0)
. ${dn}/libpaprci/libbuild.sh