Skip to content

Commit 406637a

Browse files
chore(deps): update postgres docker tag to v18
1 parent 6ac4c7d commit 406637a

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
services:
2121
postgres:
22-
image: postgres:16
22+
image: postgres:18
2323
ports:
2424
- 5432:5432
2525
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)