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

Update base image

This commit is contained in:
DarthSim 2020-12-15 18:59:31 +06:00
parent fe333f6487
commit 4c82aae6d6

View File

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