chore(deps): update postgres docker tag to v16
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2023-09-29 09:16:34 +02:00
parent 27a2f9edb2
commit e33d1e7237
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
3 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@ steps:
services:
- name: postgres
image: postgres:15.4-alpine
image: docker.io/library/postgres:16.0-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -113,7 +113,7 @@ steps:
services:
- name: postgres
image: postgres:15.4-alpine
image: docker.io/library/postgres:16.0-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

View File

@ -6,7 +6,7 @@ services:
- PGTZ=Europe/Berlin
- POSTGRES_PASSWORD=postgres
- TZ=Europe/Berlin
image: postgres:15-alpine
image: docker.io/library/postgres:16.0-alpine
ports:
- 5432:5432
restart: always

View File

@ -21,7 +21,7 @@
"matchUpdateTypes": [ "minor", "patch" ]
},
{
"description": "Prepare MR for major update minor of go modules",
"description": "Prepare MR for major update of go modules",
"addLabels": [ "renovate/gomod" ],
"automerge": false,
"excludePackageNames": [ "go-sqlite3"],