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 e8cb2ac commit 1267a1fCopy full SHA for 1267a1f
10/alpine/Dockerfile
@@ -18,8 +18,8 @@ ENV LANG en_US.utf8
18
RUN mkdir /docker-entrypoint-initdb.d
19
20
ENV PG_MAJOR 10
21
-ENV PG_VERSION 10.15
22
-ENV PG_SHA256 5956bce0becffa77883c41594c95a23110b94f10cd66a1157e373c3575921f7e
+ENV PG_VERSION 10.16
+ENV PG_SHA256 a35c718b1b6690e01c69626d467edb933784f8d1d6741e21fe6cce0738467bb3
23
24
RUN set -eux; \
25
\
0 commit comments