mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-27 12:07:59 +02:00
Update base Docker image
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
- Fix saving to JPEG when using linear colorspace.
|
- Fix saving to JPEG when using linear colorspace.
|
||||||
- Fix the `Cache-Control` and `Expires` headers passthrough when SVG is sanitized or fixed.
|
- Fix the `Cache-Control` and `Expires` headers passthrough when SVG is sanitized or fixed.
|
||||||
- (pro) Fix complexity calculation for still images.
|
- (pro) Fix complexity calculation for still images.
|
||||||
|
- (docker) Fix crashes during some resizing cases.
|
||||||
|
|
||||||
## [3.18.1] - 2023-06-29
|
## [3.18.1] - 2023-06-29
|
||||||
### Change
|
### Change
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
ARG BASE_IMAGE_VERSION="v3.6.0"
|
ARG BASE_IMAGE_VERSION="v3.6.1"
|
||||||
|
|
||||||
FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}
|
FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user