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 06d2721 commit 2035bd0Copy full SHA for 2035bd0
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.7
26
-ENV PG_SHA256 bfed1065380c1bba927bfe51f23168471373f26e3324cbad859269cc32733ede
+ENV PG_VERSION 10.8
+ENV PG_SHA256 b198c2aadf1d68308127a0f5b51dbe798958ffe60dd999134f6495c489afcd5d
27
28
RUN set -ex \
29
\
0 commit comments