From dceeb7bde08ce03f065c9593985a0db4a3de26a2 Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Sat, 16 Nov 2024 21:11:13 +0100 Subject: [PATCH] chare: switch master to main branch in pgaudit 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 / ; \