1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Update docker base image

This commit is contained in:
DarthSim 2022-08-20 00:52:13 +06:00
parent d5a3a94a14
commit e03548e86b
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Changelog
## [Unreleased]
### Changed
- (docker) Faster images quantization.
- (docker) Faster loading of GIF.
## [3.7.1] - 2022-08-01
### Fix

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE_VERSION="v3.3.0"
ARG BASE_IMAGE_VERSION="v3.3.1"
FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}