1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00

Update base image

This commit is contained in:
DarthSim 2020-06-22 14:51:39 +06:00
parent df379a5377
commit cbc1378f98

View File

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