1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-12 11:46:10 +02:00

Update base Docker image

This commit is contained in:
DarthSim 2023-05-17 13:41:30 +03:00
parent bc5ca9a344
commit 0ea06c88c2

View File

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