Merge pull request 'chore(deps): update docker.io/library/postgres docker tag to v16.1' (#83) from renovate/docker.io-library-postgres-16.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #83
This commit is contained in:
Markus Pesch 2023-12-01 20:59:18 +00:00
commit f549589adb
2 changed files with 3 additions and 3 deletions

View File

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