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

Update to 11.3

This commit is contained in:
Docker Library Bot
2019-05-09 18:02:11 +00:00
parent 1ba3e9e1eb
commit ad464b0375

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 11 ENV PG_MAJOR 11
ENV PG_VERSION 11.2 ENV PG_VERSION 11.3
ENV PG_SHA256 2676b9ce09c21978032070b6794696e0aa5a476e3d21d60afc036dc0a9c09405 ENV PG_SHA256 2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d
RUN set -ex \ RUN set -ex \
\ \