1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00

Update to 10.13

This commit is contained in:
Docker Library Bot
2020-05-14 20:11:25 +00:00
parent 4edbda205c
commit 245058ccb6

View File

@@ -18,8 +18,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 10
ENV PG_VERSION 10.12
ENV PG_SHA256 388f7f888c4fbcbdf424ec2bce52535195b426010b720af7bea767e23e594ae7
ENV PG_VERSION 10.13
ENV PG_SHA256 4d701f450cd92ffb123cf6c296e9656abbc2ab7ea6507894ff1e2475ae0754e1
RUN set -ex \
\