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
|
# Postgres SQL
|
||||||
sftpgo-db:
|
sftpgo-db:
|
||||||
container_name: 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
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
|
@ -46,7 +46,7 @@ services:
|
||||||
traefik.http.routers.shlink-local.tls: true
|
traefik.http.routers.shlink-local.tls: true
|
||||||
shlink-db:
|
shlink-db:
|
||||||
container_name: 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
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
Loading…
Reference in New Issue
Block a user