1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-07 11:36:25 +02:00

Update base Docker image version

This commit is contained in:
DarthSim 2022-02-11 17:45:57 +06:00
parent 1220d73320
commit fe145def64

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE_VERSION="v3.2.0"
ARG BASE_IMAGE_VERSION="v3.2.1"
FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}