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-22 19:49:03 +03:00
parent d1c607bdc1
commit fe94f820c6

View File

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