Skip to content

Commit b0fb095

Browse files
Update postgres Docker tag to v18.4
1 parent eac072f commit b0fb095

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/docker-compose-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: harmonia
22

33
services:
44
postgres:
5-
image: postgres:18.1
5+
image: postgres:18.4
66
env_file:
77
- .env
88
restart: unless-stopped

docker/docker-compose-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: harmonia
22

33
services:
44
postgres:
5-
image: postgres:18.1
5+
image: postgres:18.4
66
env_file:
77
- .env
88
restart: unless-stopped

docker/local-setup/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: harmonia
22

33
services:
44
postgres:
5-
image: postgres:18.1
5+
image: postgres:18.4
66
container_name: harmonia-postgres
77
restart: unless-stopped
88
environment:

0 commit comments

Comments
 (0)