Skip to content

Commit

Permalink
Change postgres image to more specific version
Browse files Browse the repository at this point in the history
Version 9.6.17 contains breaking change and database
initialization fails.

docker-library/postgres#681
  • Loading branch information
jannema committed Feb 18, 2020
1 parent 4aa113b commit 47083e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/roles/database/files/database_docker/Dockerfile
@@ -1,4 +1,4 @@
FROM postgres:9.6
FROM postgres:9.6.16

RUN apt-get update \
&& apt-get install -y postgresql-9.6-postgis-2.3 postgresql-9.6-postgis-2.3-scripts --no-install-recommends \
Expand Down

0 comments on commit 47083e1

Please sign in to comment.