Pin postgres docker image version.

master
Robert Gerus 2020-03-07 09:03:03 +01:00
parent 6f26c25c03
commit 7678776162
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM postgres:latest
FROM postgres:12.2
MAINTAINER Piotr Dobrowolski
ADD create_extension.sh /docker-entrypoint-initdb.d/create_extension.sh