diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index 0551a6e82..f39661b37 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -20,7 +20,7 @@ jobs: services: postgres: - image: postgres:13.3 + image: postgres:13.5 env: POSTGRES_PASSWORD: password POSTGRES_USER: postgres