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

Bump base image version

This commit is contained in:
DarthSim 2020-09-01 20:18:45 +06:00
parent c299da9a47
commit 2428ea24fa

View File

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