mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-10 20:22:31 +02:00
Update docker base image
This commit is contained in:
@@ -4,6 +4,9 @@
|
|||||||
### Change
|
### Change
|
||||||
- Fallback from AVIF to JPEG/PNG if one of the result dimensions is smaller than 16px.
|
- 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
|
## [3.5.0] - 2022-04-25
|
||||||
### Add
|
### Add
|
||||||
- Add support of RLE-encoded BMP.
|
- Add support of RLE-encoded BMP.
|
||||||
|
@@ -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}
|
FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user