From 9b2cbc08acb77735c07aae3a6186270400f66067 Mon Sep 17 00:00:00 2001 From: Francois Ferrand Date: Fri, 5 Jul 2024 09:21:32 +0200 Subject: [PATCH] Bump ballet 1.0.4 Issue: S3UTILS-173 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc089d8f..f9c12239 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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