From de3ee71fb7ea1b3a871ae475e751c5f6df9c0ba8 Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Mon, 8 Apr 2024 15:51:32 +0300 Subject: [PATCH] Only update snap --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 3f0d79114c..49929ff037 100644 --- a/src/constants.py +++ b/src/constants.py @@ -35,7 +35,7 @@ SNAP_PACKAGES = [ ( POSTGRESQL_SNAP_NAME, - {"revision": {"aarch64": "105", "x86_64": "104"}, "channel": "14/stable"}, + {"revision": {"aarch64": "110", "x86_64": "111"}, "channel": "14/stable"}, ) ]