Skip to content

Commit

Permalink
Fix DBMATE_VERSION arg
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 5, 2024
1 parent 71cc886 commit c151154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ FROM postgres:$PG_VERSION as builder
ARG WAL_G_VERSION
ARG PG_ACOUSTID_VERSION
ARG PATRONI_VERSION
ARG DBMATE_VERSION

RUN apt-get update && \
apt-get install -y \
Expand Down Expand Up @@ -90,5 +89,6 @@ RUN ln -s /opt/yacron/bin/yacron /usr/local/bin
RUN curl -L https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -o /usr/local/bin/yq && \
chmod +x /usr/local/bin/yq

ARG DBMATE_VERSION
RUN curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v$DBMATE_VERSION/dbmate-linux-amd64 && \
chmod +x /usr/local/bin/dbmate

0 comments on commit c151154

Please sign in to comment.