Skip to content

Commit 601ffaf

Browse files
Update postgres Docker tag to v18
1 parent 6e74ce8 commit 601ffaf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
services:
2323
postgres:
24-
image: postgres:16
24+
image: postgres:18
2525
ports:
2626
- 5432:5432
2727
env:

docker-compose-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ services:
6969
command: memcached -I 8M
7070

7171
db:
72-
image: postgres:16
72+
image: postgres:18
7373
container_name: th_db
7474
restart: always
7575
environment:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
command: memcached -I 8M
6969

7070
db:
71-
image: postgres:16
71+
image: postgres:18
7272
container_name: th_db
7373
environment:
7474
# Relevant only when the container finds no existing database.

0 commit comments

Comments
 (0)