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

This commit is contained in:
CSRBot 2024-02-13 02:05:55 +00:00
parent 7a96bc1856
commit 5e45093c66
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB
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.1-alpine
image: docker.io/library/postgres:16.2-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -113,7 +113,7 @@ steps:
services:
- name: postgres
image: docker.io/library/postgres:16.1-alpine
image: docker.io/library/postgres:16.2-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.1-alpine
image: docker.io/library/postgres:16.2-alpine
ports:
- 5432:5432
restart: always