chore(deps): update postgres docker tag to v16
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
27a2f9edb2
commit
e33d1e7237
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"],
|
||||
|
Reference in New Issue
Block a user