Skip to content

Commit 6acd4c3

Browse files
authored
chore: mark libpq as manually installed (#1123)
1 parent fabd8e2 commit 6acd4c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ansible/tasks/setup-postgrest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- name: postgis - ensure dependencies do not get autoremoved
3737
shell: |
3838
set -e
39+
apt-mark manual libpq5*
3940
apt-mark manual libnuma*
4041
apt-mark auto libnuma*-dev
4142

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.112"
1+
postgres-version = "15.6.1.113"

0 commit comments

Comments
 (0)