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:
@@ -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
|
||||
|
Reference in New Issue
Block a user