Update base Docker image

This commit is contained in:
DarthSim
2023-07-13 14:59:36 +03:00
parent 3265bfa12c
commit d9ad1aee14
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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}