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

Update base image version

This commit is contained in:
DarthSim
2020-07-10 15:09:42 +06:00
parent 07adcec559
commit 0f1eb0e8ad

View File

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