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:
parent
bab2dbe4b9
commit
75b68231f1
@ -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.
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user