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 540012d commit 09c342cCopy full SHA for 09c342c
13/alpine/Dockerfile
@@ -18,8 +18,8 @@ ENV LANG en_US.utf8
18
RUN mkdir /docker-entrypoint-initdb.d
19
20
ENV PG_MAJOR 13
21
-ENV PG_VERSION 13beta3
22
-ENV PG_SHA256 863e33ee9d1099e2a0f1cab6dbd015789b2c2af75cfbad814a3acdf7c8eeaf9d
+ENV PG_VERSION 13rc1
+ENV PG_SHA256 7a3d90230b0397d0cf636857ad13f12e9b4c78a93d7ddef2356290825d997625
23
24
RUN set -eux; \
25
\
0 commit comments