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

Update base docker image

This commit is contained in:
DarthSim 2022-10-06 21:10:57 +06:00
parent 36f67a6f96
commit 522947e0af

View File

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