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 c151154 commit 51cf718Copy full SHA for 51cf718
Dockerfile
@@ -88,7 +88,3 @@ RUN ln -s /opt/yacron/bin/yacron /usr/local/bin
88
89
RUN curl -L https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -o /usr/local/bin/yq && \
90
chmod +x /usr/local/bin/yq
91
-
92
-ARG DBMATE_VERSION
93
-RUN curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v$DBMATE_VERSION/dbmate-linux-amd64 && \
94
- chmod +x /usr/local/bin/dbmate
versions.sh
@@ -1,6 +1,5 @@
1
-PG_VERSION=17.0
2
-PATRONI_VERSION=4.0.2
3
-CITUS_VERSION=12.1.4
4
-WAL_G_VERSION=3.0.3
+PG_VERSION=17.2
+PATRONI_VERSION=4.0.5
+CITUS_VERSION=13.0.1
+WAL_G_VERSION=3.0.5
5
PG_ACOUSTID_VERSION=1.0.0
6
-DBMATE_VERSION=2.23.0
0 commit comments