From 2134586ca060898a0bfdd79ab0bcd1809bd1357f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:08:15 +0000 Subject: [PATCH] build(deps): bump imgproxy/imgproxy from v3.31 to v4.0 in /imgproxy Bumps [imgproxy/imgproxy](https://github.com/imgproxy/imgproxy) from v3.31 to v4.0. - [Release notes](https://github.com/imgproxy/imgproxy/releases) - [Changelog](https://github.com/imgproxy/imgproxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/imgproxy/imgproxy/compare/v3.31.0...v4.0.0) --- updated-dependencies: - dependency-name: imgproxy/imgproxy dependency-version: v4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- imgproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgproxy/Dockerfile b/imgproxy/Dockerfile index 69685a7a..5ddc0dcf 100644 --- a/imgproxy/Dockerfile +++ b/imgproxy/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/imgproxy/imgproxy:v3.31 AS imgproxy +FROM ghcr.io/imgproxy/imgproxy:v4.0 AS imgproxy ENV IMGPROXY_LOCAL_FILESYSTEM_ROOT=/var/www/public USER root RUN install -d -o imgproxy -g imgproxy /var/www/public