diff --git a/.gitea/workflows/flow.yaml b/.gitea/workflows/flow.yaml index 10c3f25..1f12741 100644 --- a/.gitea/workflows/flow.yaml +++ b/.gitea/workflows/flow.yaml @@ -13,7 +13,7 @@ jobs: # Label used to access the service container postgres: # Docker Hub image - image: postgres:17-alpine + image: postgres:17 # Provide the password for postgres env: POSTGRES_USER: postgres