Skip to content

Commit a0346f7

Browse files
chore(deps): update postgres docker tag to v18
1 parent 4e4ba70 commit a0346f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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)