chore(deps): update docker.io/library/postgres docker tag to v16.3 (#3454)
This commit is contained in:
parent
00878dbfc8
commit
6ca8eddc41
|
@ -67,7 +67,7 @@ services:
|
|||
# Postgres SQL
|
||||
sftpgo-db:
|
||||
container_name: sftpgo-db
|
||||
image: docker.io/library/postgres:16.2-alpine
|
||||
image: docker.io/library/postgres:16.3-alpine
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- tipi_main_network
|
||||
|
|
|
@ -46,7 +46,7 @@ services:
|
|||
traefik.http.routers.shlink-local.tls: true
|
||||
shlink-db:
|
||||
container_name: shlink-db
|
||||
image: docker.io/library/postgres:16.2-alpine
|
||||
image: docker.io/library/postgres:16.3-alpine
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- tipi_main_network
|
||||
|
|
Loading…
Reference in New Issue
Block a user