summaryrefslogtreecommitdiff
path: root/ci/flatpak.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/flatpak.sh')
-rwxr-xr-xci/flatpak.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/flatpak.sh b/ci/flatpak.sh
index a0e556ac..fd76b6fd 100755
--- a/ci/flatpak.sh
+++ b/ci/flatpak.sh
@@ -6,7 +6,7 @@ set -xeuo pipefail
# Keep this pinned to avoid arbitrary change for now; it's also
# good to test building older code against newer ostree as it helps
# us notice any API breaks.
-FLATPAK_TAG=0.99.2
+FLATPAK_TAG=1.4.1
dn=$(dirname $0)
. ${dn}/libpaprci/libbuild.sh