chore(deps): update docker.io/library/postgres docker tag to v16.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
CSRBot 2023-11-14 05:07:45 +00:00
parent b748561ad1
commit f4758f763d
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