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 94c2885 commit 3482101Copy full SHA for 3482101
11/alpine/Dockerfile
@@ -18,8 +18,8 @@ ENV LANG en_US.utf8
18
RUN mkdir /docker-entrypoint-initdb.d
19
20
ENV PG_MAJOR 11
21
-ENV PG_VERSION 11.11
22
-ENV PG_SHA256 40607b7fa15b7d63f5075a7277daf7b3412486aa5db3aedffdb7768b9298186c
+ENV PG_VERSION 11.12
+ENV PG_SHA256 87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
23
24
RUN set -eux; \
25
\
0 commit comments