Skip to content

Commit

Permalink
Merge pull request #2 from PaulGWebster/update_postgres_to_v11_11
Browse files Browse the repository at this point in the history
Updated to version 11.11
  • Loading branch information
wlad authored Mar 17, 2021
2 parents 7ba3250 + eb2d85d commit cfe240b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ehrbase-postgresql-full.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN chown postgres: ${PGDATA}
RUN chmod 0700 ${PGDATA}

# Define Postgres version for easier upgrades for the future
ENV PG_MAJOR=11.10
ENV PG_MAJOR=11.11

# Copy init scripts to init directory
COPY ./scripts/create-ehrbase-user.sh /docker-entrypoint-initdb.d/
Expand Down

0 comments on commit cfe240b

Please sign in to comment.