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

Update Docker base image

This commit is contained in:
DarthSim 2024-02-22 19:14:19 +03:00
parent 73c54abd4e
commit 97744b5b24

View File

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