From 3dadda8aa11a3975d63549a260d4b3fb8080d224 Mon Sep 17 00:00:00 2001 From: Francois Ferrand Date: Fri, 5 Jul 2024 09:21:32 +0200 Subject: [PATCH] Bump ballot 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