1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Update base Docker image

This commit is contained in:
DarthSim 2022-10-19 19:37:27 +06:00
parent 9aa658b758
commit 2968cfddba

View File

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