1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-10-30 23:08:02 +02:00

Update base Docker image

This commit is contained in:
DarthSim
2025-09-17 18:24:52 +03:00
parent 3c45a2a67a
commit f8d8d47b5b

View File

@@ -1,4 +1,4 @@
ARG BASE_IMAGE_VERSION="v3.13.3"
ARG BASE_IMAGE_VERSION="v3.14.0"
FROM ghcr.io/imgproxy/imgproxy-base:${BASE_IMAGE_VERSION} AS build