Skip to content

Commit 51cf718

Browse files
committed
Upgrade versions
1 parent c151154 commit 51cf718

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,3 @@ RUN ln -s /opt/yacron/bin/yacron /usr/local/bin
8888

8989
RUN curl -L https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -o /usr/local/bin/yq && \
9090
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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
PG_VERSION=17.2
2+
PATRONI_VERSION=4.0.5
3+
CITUS_VERSION=13.0.1
4+
WAL_G_VERSION=3.0.5
55
PG_ACOUSTID_VERSION=1.0.0
6-
DBMATE_VERSION=2.23.0

0 commit comments

Comments
 (0)