From 4fbbeb0c6e762b993b462ddf9b9ebbb222116df6 Mon Sep 17 00:00:00 2001 From: Alexander Tebiev Date: Fri, 3 Feb 2023 15:30:03 +0100 Subject: [PATCH] thumbor-aws updated to ver 0.6 --- docker/thumbor-7.4/Dockerfile-alpine | 2 +- docker/thumbor-7.4/Dockerfile-slim-alpine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/thumbor-7.4/Dockerfile-alpine b/docker/thumbor-7.4/Dockerfile-alpine index a7000f4..01d9da9 100644 --- a/docker/thumbor-7.4/Dockerfile-alpine +++ b/docker/thumbor-7.4/Dockerfile-alpine @@ -39,7 +39,7 @@ RUN set -eux \ # Jinja2 and envtpl are required to work with environtment variables Jinja2==3.0.* envtpl==0.6.* \ # pycurl is required for thumbor - pycurl==7.* thumbor==7.4.* thumbor-aws==0.5.* tc_prometheus==2.* \ + pycurl==7.* thumbor==7.4.* thumbor-aws==0.6.* tc_prometheus==2.* \ && thumbor --version && envtpl --help \ # ## Optional extensions diff --git a/docker/thumbor-7.4/Dockerfile-slim-alpine b/docker/thumbor-7.4/Dockerfile-slim-alpine index 1f02625..6387e9e 100644 --- a/docker/thumbor-7.4/Dockerfile-slim-alpine +++ b/docker/thumbor-7.4/Dockerfile-slim-alpine @@ -39,7 +39,7 @@ RUN set -eux \ # Jinja2 and envtpl are required to work with environtment variables Jinja2==3.0.* envtpl==0.6.* \ # pycurl is required for thumbor - pycurl==7.* thumbor==7.4.* thumbor-aws==0.5.* tc_prometheus==2.* \ + pycurl==7.* thumbor==7.4.* thumbor-aws==0.6.* tc_prometheus==2.* \ && thumbor --version && envtpl --help \ ## ## Optional extensions