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 f19a74e commit f08b03fCopy full SHA for f08b03f
12/alpine/Dockerfile
@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
22
RUN mkdir /docker-entrypoint-initdb.d
23
24
ENV PG_MAJOR 12
25
-ENV PG_VERSION 12rc1
26
-ENV PG_SHA256 40facd3280d8565f37139d2c5df2b94fe68a064c5d2784f74fceae24820543f3
+ENV PG_VERSION 12.0
+ENV PG_SHA256 cda2397215f758b793f741c86be05468257b0e6bcb1a6113882ab5d0df0855c6
27
28
RUN set -ex \
29
\
0 commit comments