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 a7aa19b commit 4cec33aCopy full SHA for 4cec33a
12/alpine/Dockerfile
@@ -18,8 +18,8 @@ ENV LANG en_US.utf8
18
RUN mkdir /docker-entrypoint-initdb.d
19
20
ENV PG_MAJOR 12
21
-ENV PG_VERSION 12.5
22
-ENV PG_SHA256 bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95
+ENV PG_VERSION 12.6
+ENV PG_SHA256 df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09
23
24
RUN set -eux; \
25
\
0 commit comments