1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-03 10:43:58 +02:00

Update base docker image

This commit is contained in:
DarthSim 2021-03-04 18:32:48 +06:00
parent 37eed0f679
commit 768cb1e868
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## [Unreleased]
## [2.16.2] - 2021-03-04
### Change
- Updated dependencies in Docker.
## [2.16.1] - 2021-03-02
### Fix
- Fix delays and loop numbers of animated images.

View File

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