We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb32e2 commit d255d26Copy full SHA for d255d26
Dockerfile
@@ -162,7 +162,7 @@ RUN set -eux ; \
162
# See to https://github.com/pgaudit/pgaudit/blob/master/README.md#compile-and-install
163
RUN set -eux ; \
164
mkdir -p /usr/src/pgaudit ; \
165
- 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 ; \
166
cd /usr/src/pgaudit ; \
167
make install USE_PGXS=1 PG_CONFIG=/usr/lib/postgresql/$PG_MAJOR/bin/pg_config ; \
168
cd / ; \
0 commit comments