From 546a72c302de33f7338b7f288e59ae464ee2b7a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20C=2E=20Barrionuevo=20da=20Luz?= Date: Fri, 5 May 2023 10:15:05 -0300 Subject: [PATCH] Upgrade docker-image-size-limit on Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bd95e9..c8859d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ LABEL maintainer="sobolevn@wemake.services" LABEL vendor="wemake.services" # Our own tool: -ENV DISL_VERSION='1.0.0' +ENV DISL_VERSION='1.0.1' RUN apk add --no-cache bash docker RUN pip3 install "docker-image-size-limit==$DISL_VERSION"