Skip to content

Commit 30ae125

Browse files
chore(deps): update postgres docker tag to v11.16
1 parent 2bf2618 commit 30ae125

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.2
14+
image: postgres:11.16
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.2
13+
image: postgres:11.16
1414
restart: always
1515
environment:
1616
POSTGRES_PASSWORD: flex

0 commit comments

Comments
 (0)