We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabd8e2 commit 836d9a1Copy full SHA for 836d9a1
ansible/tasks/setup-postgrest.yml
@@ -36,6 +36,7 @@
36
- name: postgis - ensure dependencies do not get autoremoved
37
shell: |
38
set -e
39
+ apt-mark manual libpq5*
40
apt-mark manual libnuma*
41
apt-mark auto libnuma*-dev
42
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.112"
+postgres-version = "15.6.1.113"
0 commit comments