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 06321b0 commit 63fb317Copy full SHA for 63fb317
9.5/alpine/Dockerfile
@@ -18,8 +18,8 @@ ENV LANG en_US.utf8
18
RUN mkdir /docker-entrypoint-initdb.d
19
20
ENV PG_MAJOR 9.5
21
-ENV PG_VERSION 9.5.22
22
-ENV PG_SHA256 48555470a17248cb204d25ab1ad4231ef16295db55161922f006b9942d69640f
+ENV PG_VERSION 9.5.23
+ENV PG_SHA256 e314fa7e3355c4b8a35e94eeb8e58a6cf46adf49a2f9afa0c15cbc39980c8366
23
24
RUN set -eux; \
25
\
0 commit comments