From 6578b47aba869feb77eb41c2a9374db8e832c9ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 04:46:07 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20alpine=20(3.?= =?UTF-8?q?23.0=20=E2=86=92=203.23.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/taplo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/taplo/Dockerfile b/apps/taplo/Dockerfile index 611e1d2..b6d3f63 100644 --- a/apps/taplo/Dockerfile +++ b/apps/taplo/Dockerfile @@ -1,3 +1,3 @@ -FROM alpine:3.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 +FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 COPY --from=docker.io/tamasfe/taplo:0.10.0@sha256:e0e247250609d2c0f3a77bc8003dc21eaa16ffd1b07ef4bad16c35f6845eec2b /taplo /usr/local/bin/taplo