Skip to content

Commit

Permalink
thumbor-aws updated to ver 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
beeyev committed Feb 3, 2023
1 parent e89f736 commit 4fbbeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/thumbor-7.4/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/thumbor-7.4/Dockerfile-slim-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fbbeb0

Please sign in to comment.