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-05-20 22:51:42 +06:00
parent bab2dbe4b9
commit 75b68231f1
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@
### Change
- Fallback from AVIF to JPEG/PNG if one of the result dimensions is smaller than 16px.
### Fix
- (docker) Fix loading some HEIF images.
## [3.5.0] - 2022-04-25
### Add
- Add support of RLE-encoded BMP.

View File

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