Skip to content

Commit 4d4faae

Browse files
chore(deps): update postgres docker tag to v18
1 parent 8e207b0 commit 4d4faae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-bk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
links:
1212
- postgres-db
1313
postgres-db:
14-
image: postgres:11.16
14+
image: postgres:18.0
1515
restart: always
1616
environment:
1717
POSTGRES_PASSWORD: flex

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
links:
1111
- postgres-db
1212
postgres-db:
13-
image: postgres:11.16
13+
image: postgres:18.0
1414
restart: always
1515
environment:
1616
POSTGRES_PASSWORD: flex

0 commit comments

Comments
 (0)