From c8742359f615900c3de659eb12fb058106c406ec Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 11 Oct 2024 11:10:44 +0300 Subject: [PATCH] Update dockerfile reference (#4089) Signed-off-by: Emmanuel Ferdman --- docs/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev.md b/docs/dev.md index 5c264be3e..a61853612 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -73,7 +73,7 @@ hub_db_recreate_tests && hub_db_tests ### Docker -If you opt for running PostgreSQL locally using Docker, [this Dockerfile](https://github.com/artifacthub/hub/blob/master/database/tests/Dockerfile-postgres-pgtap) used to build the images used by the [CI workflow](https://github.com/artifacthub/hub/blob/master/.github/workflows/ci.yml) can be helpful as a starting point. Image used by the CI workflow can be found in the Docker Hub as [artifacthub/postgres-pgtap](https://hub.docker.com/r/artifacthub/postgres-pgtap). +If you opt for running PostgreSQL locally using Docker, [this Dockerfile](https://github.com/artifacthub/hub/blob/master/database/tests/Dockerfile-postgres) used to build the images used by the [CI workflow](https://github.com/artifacthub/hub/blob/master/.github/workflows/ci.yml) can be helpful as a starting point. Image used by the CI workflow can be found in the Docker Hub as [artifacthub/postgres-pgtap](https://hub.docker.com/r/artifacthub/postgres-pgtap). ## Backend