Skip to content

Commit

Permalink
chore(scanner): use PostgreSQL 15
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann committed Feb 24, 2024
1 parent aa862a9 commit 8dec63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/scanner-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -ex \
ENV BASH_ENV /etc/initial-bash.env

# PostgreSQL environment.
ENV PG_MAJOR=12
ENV PG_MAJOR=15
ENV PATH="$PATH:/usr/pgsql-$PG_MAJOR/bin/"

RUN dnf install -y \
Expand Down

0 comments on commit 8dec63a

Please sign in to comment.