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

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: services:
- name: postgres - name: postgres
image: postgres:15.4-alpine image: docker.io/library/postgres:16.0-alpine
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
@ -113,7 +113,7 @@ steps:
services: services:
- name: postgres - name: postgres
image: postgres:15.4-alpine image: docker.io/library/postgres:16.0-alpine
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres

View File

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

View File

@ -21,7 +21,7 @@
"matchUpdateTypes": [ "minor", "patch" ] "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" ], "addLabels": [ "renovate/gomod" ],
"automerge": false, "automerge": false,
"excludePackageNames": [ "go-sqlite3"], "excludePackageNames": [ "go-sqlite3"],