Skip to content

Commit

Permalink
chore: switch master to main branch in pgaudit (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Gonzalez V. <[email protected]>
  • Loading branch information
sxd authored Nov 18, 2024
1 parent afb32e2 commit d255d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 / ; \
Expand Down

0 comments on commit d255d26

Please sign in to comment.