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

This commit is contained in:
2023-09-29 09:16:34 +02:00
parent 27a2f9edb2
commit e33d1e7237
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