From d255d261c0c07023c584e7ea62e6fc2178d9449a Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Mon, 18 Nov 2024 10:12:27 +0100 Subject: [PATCH] chore: switch master to main branch in pgaudit (#61) Signed-off-by: Jonathan Gonzalez V. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba7ed55..81aca6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -162,7 +162,7 @@ RUN set -eux ; \ # See to https://github.com/pgaudit/pgaudit/blob/master/README.md#compile-and-install RUN set -eux ; \ mkdir -p /usr/src/pgaudit ; \ - git clone -b master --single-branch https://github.com/pgaudit/pgaudit.git /usr/src/pgaudit ; \ + git clone -b main --single-branch https://github.com/pgaudit/pgaudit.git /usr/src/pgaudit ; \ cd /usr/src/pgaudit ; \ make install USE_PGXS=1 PG_CONFIG=/usr/lib/postgresql/$PG_MAJOR/bin/pg_config ; \ cd / ; \