Update base Docker image

This commit is contained in:
DarthSim
2024-12-09 21:16:42 +03:00
parent 052c55dd02
commit 15dfee66c2

View File

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