Skip to content

Commit 1736c9f

Browse files
Update postgres Docker tag to v18.2
1 parent 0a4200c commit 1736c9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.2
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.2
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.2
66
container_name: harmonia-postgres
77
restart: unless-stopped
88
environment:

0 commit comments

Comments
 (0)