Skip to content

Commit ad9db22

Browse files
Update postgres Docker tag to v18
1 parent 8936385 commit ad9db22

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
RAILS_ENV: test
7777
services:
7878
postgres:
79-
image: postgres:17
79+
image: postgres:18
8080
env:
8181
POSTGRES_PASSWORD: postgres
8282
options: >-

docker-compose.load_production_database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ x-link-database: &link-database
1010

1111
services:
1212
load_production_database:
13-
image: postgres:17
13+
image: postgres:18
1414
links:
1515
- postgres
1616
depends_on:

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
DEVELOPMENT_DATABASE_URL: postgresql://postgres:postgres@postgres/intercode_development
1111
TEST_DATABASE_URL: postgresql://postgres:postgres@postgres/intercode_test
1212
postgres:
13-
image: postgres:17
13+
image: postgres:18
1414
expose:
1515
- '5432'
1616
environment:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
DEVELOPMENT_DATABASE_URL: postgresql://postgres:postgres@postgres/intercode_development
4040
TEST_DATABASE_URL: postgresql://postgres:postgres@postgres/intercode_test
4141
postgres:
42-
image: postgres:17
42+
image: postgres:18
4343
expose:
4444
- '5432'
4545
environment:

0 commit comments

Comments
 (0)