Skip to content

Commit 092174e

Browse files
Update postgres Docker tag to v18
1 parent 94cdee3 commit 092174e

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
@@ -67,7 +67,7 @@ services:
6767
command: memcached -I 8M
6868

6969
db:
70-
image: postgres:16
70+
image: postgres:18
7171
container_name: th_db
7272
restart: always
7373
environment:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
command: memcached -I 8M
6767

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

0 commit comments

Comments
 (0)