1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-09-16 09:36:18 +02:00

Update base Docker image

This commit is contained in:
DarthSim
2020-11-11 22:16:14 +06:00
parent 3c9736ed8a
commit cc1665a4fe

View File

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