1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Update docker base

This commit is contained in:
DarthSim 2021-06-16 18:33:50 +06:00
parent 618ba93114
commit 803ae99880
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- Use magenta (ff00ff) as a transparency key in `trim`.
### Fix
- Fix crashes while processing some SVGs (dockerized version).
- (pro) Fix parsing HEIF/AVIF meta.
## [2.16.3] - 2021-04-05

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE_VERSION="v1.3.2"
ARG BASE_IMAGE_VERSION="v1.4.0"
FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}
LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"