Skip to content

Commit

Permalink
lock down postgresql and postgis versions (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
takinbo authored Nov 10, 2020
1 parent 2349e50 commit fbf8f85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions postgis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM postgres:12
FROM postgis/postgis:12-3.0
MAINTAINER Tim Akinbo <[email protected]>

RUN apt update && apt install -y postgis

COPY ./initdb-postgis.sh /docker-entrypoint-initdb.d/postgis.sh

0 comments on commit fbf8f85

Please sign in to comment.