Skip to content

Commit

Permalink
Fix wrong information (#10977)
Browse files Browse the repository at this point in the history
Postgres last version is now >12.0.0.
  • Loading branch information
snwfdhmp committed Jul 1, 2020
1 parent e7899d3 commit dbd9ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/examples/postgresql_service.md
Expand Up @@ -28,7 +28,7 @@ FROM ubuntu:16.04
RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8

# Add PostgreSQL's repository. It contains the most recent stable release
# of PostgreSQL, ``9.3``.
# of PostgreSQL.
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main" > /etc/apt/sources.list.d/pgdg.list

# Install ``python-software-properties``, ``software-properties-common`` and PostgreSQL 9.3
Expand Down

0 comments on commit dbd9ba1

Please sign in to comment.