Skip to content

Commit 4431b30

Browse files
chore(deps): update postgres docker tag to v16.6
1 parent 0d95cdd commit 4431b30

3 files changed

+3
-3
lines changed

docker-compose-cluster.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ services:
7777
- db
7878

7979
db:
80-
image: postgres:16.4
80+
image: postgres:16.6
8181
environment:
8282
POSTGRES_DB: lynx
8383
POSTGRES_USER: root

docker-compose-nginx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- db
2828

2929
db:
30-
image: postgres:16.4
30+
image: postgres:16.6
3131
environment:
3232
POSTGRES_DB: lynx
3333
POSTGRES_USER: root

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
- db
3030

3131
db:
32-
image: postgres:16.4
32+
image: postgres:16.6
3333
environment:
3434
POSTGRES_DB: lynx
3535
POSTGRES_USER: root

0 commit comments

Comments
 (0)