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 2023-08-22 23:09:27 +03:00
parent 551fe77ed3
commit 353329f7ad

View File

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