mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
Update base Docker image
This commit is contained in:
parent
3265bfa12c
commit
d9ad1aee14
@ -5,6 +5,7 @@
|
||||
- Fix saving to JPEG when using linear colorspace.
|
||||
- Fix the `Cache-Control` and `Expires` headers passthrough when SVG is sanitized or fixed.
|
||||
- (pro) Fix complexity calculation for still images.
|
||||
- (docker) Fix crashes during some resizing cases.
|
||||
|
||||
## [3.18.1] - 2023-06-29
|
||||
### 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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user