chore(deps): update postgres docker tag to v18 (#2182)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | major | `16` → `18` | | postgres | major | `15` → `18` | | postgres | major | `14` → `18` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1ham9yIl19--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0316e42c8b
commit
5be89db773
@@ -65,7 +65,7 @@ services:
|
|||||||
- ../nginx/.htpasswd:/etc/nginx/.htpasswd:ro
|
- ../nginx/.htpasswd:/etc/nginx/.htpasswd:ro
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: postgres:14@sha256:5fd97d3efae5e17da18b5884532f07c411330253e0a864d8895f176ab4ab0f90
|
image: postgres:18@sha256:bfe50b2b0ddd9b55eadedd066fe24c7c6fe06626185b73358c480ea37868024d
|
||||||
ports:
|
ports:
|
||||||
- '15432:5432'
|
- '15432:5432'
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ services:
|
|||||||
POSTGRES_DB: zabbix
|
POSTGRES_DB: zabbix
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: postgres:15@sha256:a7711af921c380de0fda7c48a61fab5ac4def145fd9fc00ccea7355fd6270bb4
|
image: postgres:18@sha256:bfe50b2b0ddd9b55eadedd066fe24c7c6fe06626185b73358c480ea37868024d
|
||||||
ports:
|
ports:
|
||||||
- '15432:5432'
|
- '15432:5432'
|
||||||
command: postgres -c 'max_connections=1000'
|
command: postgres -c 'max_connections=1000'
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ services:
|
|||||||
POSTGRES_DB: zabbix
|
POSTGRES_DB: zabbix
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: postgres:16@sha256:056b54f00419b49289227ab12d09df508543883f407fe9935a2cec430ef8aa8d
|
image: postgres:18@sha256:bfe50b2b0ddd9b55eadedd066fe24c7c6fe06626185b73358c480ea37868024d
|
||||||
ports:
|
ports:
|
||||||
- '15432:5432'
|
- '15432:5432'
|
||||||
command: postgres -c 'max_connections=1000'
|
command: postgres -c 'max_connections=1000'
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ services:
|
|||||||
POSTGRES_DB: zabbix
|
POSTGRES_DB: zabbix
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: postgres:16@sha256:056b54f00419b49289227ab12d09df508543883f407fe9935a2cec430ef8aa8d
|
image: postgres:18@sha256:bfe50b2b0ddd9b55eadedd066fe24c7c6fe06626185b73358c480ea37868024d
|
||||||
ports:
|
ports:
|
||||||
- '15432:5432'
|
- '15432:5432'
|
||||||
command: postgres -c 'max_connections=1000'
|
command: postgres -c 'max_connections=1000'
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ services:
|
|||||||
POSTGRES_DB: zabbix
|
POSTGRES_DB: zabbix
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: postgres:16@sha256:056b54f00419b49289227ab12d09df508543883f407fe9935a2cec430ef8aa8d
|
image: postgres:18@sha256:bfe50b2b0ddd9b55eadedd066fe24c7c6fe06626185b73358c480ea37868024d
|
||||||
ports:
|
ports:
|
||||||
- '15432:5432'
|
- '15432:5432'
|
||||||
command: postgres -c 'max_connections=1000'
|
command: postgres -c 'max_connections=1000'
|
||||||
|
|||||||
Reference in New Issue
Block a user