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-11-18 20:31:26 +03:00
parent b90f73c4b5
commit 8887f093ec

View File

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