diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 60161e30..a5eb8660 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,7 +14,7 @@ jobs: services: postgres: # Docker Hub image - image: "postgres:17.2" + image: "postgres:17.3" # Provide the password for postgres env: POSTGRES_PASSWORD: postgres