1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00

Update to 10.3

This commit is contained in:
Docker Library Bot
2018-03-01 20:44:39 +00:00
parent 34b633b01d
commit f7f1e59c55

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 10 ENV PG_MAJOR 10
ENV PG_VERSION 10.2 ENV PG_VERSION 10.3
ENV PG_SHA256 fe32009b62ddb97f7f014307ce9d0edb6972f5a698e63cb531088e147d145bad ENV PG_SHA256 6ea268780ee35e88c65cdb0af7955ad90b7d0ef34573867f223f14e43467931a
RUN set -ex \ RUN set -ex \
\ \