We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b633b commit f7f1e59Copy full SHA for f7f1e59
10/alpine/Dockerfile
@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
22
RUN mkdir /docker-entrypoint-initdb.d
23
24
ENV PG_MAJOR 10
25
-ENV PG_VERSION 10.2
26
-ENV PG_SHA256 fe32009b62ddb97f7f014307ce9d0edb6972f5a698e63cb531088e147d145bad
+ENV PG_VERSION 10.3
+ENV PG_SHA256 6ea268780ee35e88c65cdb0af7955ad90b7d0ef34573867f223f14e43467931a
27
28
RUN set -ex \
29
\
0 commit comments