Skip to content

Commit d255d26

Browse files
authored
chore: switch master to main branch in pgaudit (#61)
Signed-off-by: Jonathan Gonzalez V. <[email protected]>
1 parent afb32e2 commit d255d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ RUN set -eux ; \
162162
# See to https://github.com/pgaudit/pgaudit/blob/master/README.md#compile-and-install
163163
RUN set -eux ; \
164164
mkdir -p /usr/src/pgaudit ; \
165-
git clone -b master --single-branch https://github.com/pgaudit/pgaudit.git /usr/src/pgaudit ; \
165+
git clone -b main --single-branch https://github.com/pgaudit/pgaudit.git /usr/src/pgaudit ; \
166166
cd /usr/src/pgaudit ; \
167167
make install USE_PGXS=1 PG_CONFIG=/usr/lib/postgresql/$PG_MAJOR/bin/pg_config ; \
168168
cd / ; \

0 commit comments

Comments
 (0)