Skip to content

Commit

Permalink
Bump ballet 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisferrand committed Jul 5, 2024
1 parent 832863c commit 9b2cbc0
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 @@ -36,7 +36,7 @@ RUN apt-get update && \
python3-pip \
&& rm -rf /var/lib/apt/lists/*

ENV BALLOT_VERSION 1.0.3
ENV BALLOT_VERSION 1.0.4
ADD https://github.com/scality/ballot/releases/download/v${BALLOT_VERSION}/ballot-v${BALLOT_VERSION}-linux-amd64 /usr/src/app/ballot
RUN chmod +x /usr/src/app/ballot

Expand Down

0 comments on commit 9b2cbc0

Please sign in to comment.