Update base Docker image

This commit is contained in:
DarthSim
2025-07-17 16:26:26 +03:00
parent 07b5842191
commit 4d487c2503

View File

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