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 4b94743 commit eed67edCopy full SHA for eed67ed
11/alpine/Dockerfile
@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
22
RUN mkdir /docker-entrypoint-initdb.d
23
24
ENV PG_MAJOR 11
25
-ENV PG_VERSION 11beta4
26
-ENV PG_SHA256 bb0b21f7f551cf5b3e13c05fdf8266fd0ce14db1f62e9c8d21b395ddbaf68fe4
+ENV PG_VERSION 11rc1
+ENV PG_SHA256 608c35369b79a40239663c4213267fd08d3184c3a2cd4d6ff71103ca61930609
27
28
RUN set -ex \
29
\
0 commit comments