diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0e4115f40..18a04058f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: services: postgres: - image: postgres:16-alpine + image: postgres:17-alpine ports: - 5432:5432 env: diff --git a/docker-compose.yml b/docker-compose.yml index 2b260f9fc2..dd61895cea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -49,7 +49,7 @@ services: database: container_name: codedang-database - image: postgres:16-alpine + image: postgres:17-alpine ports: - 5433:5432 environment: @@ -61,7 +61,7 @@ services: test-database: container_name: codedang-test-database - image: postgres:16-alpine + image: postgres:17-alpine ports: - 5434:5432 environment: