From 3f065cf22273ff80b67bc449dc912b08f604838f Mon Sep 17 00:00:00 2001 From: So Jens <149686101+somehow22@users.noreply.github.com> Date: Tue, 18 Aug 2026 03:59:17 +0000 Subject: [PATCH] chore: refresh upstream image inputs --- caddy/Dockerfile | 2 +- katbin/source | 2 +- singbox/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/caddy/Dockerfile b/caddy/Dockerfile index e5b7518..6357bf2 100644 --- a/caddy/Dockerfile +++ b/caddy/Dockerfile @@ -1,4 +1,4 @@ -ARG CADDY_VERSION=2.11.2 +ARG CADDY_VERSION=2.11.4 FROM --platform=$BUILDPLATFORM caddy:${CADDY_VERSION}-builder-alpine AS builder diff --git a/katbin/source b/katbin/source index ebd9f7f..93cffc9 160000 --- a/katbin/source +++ b/katbin/source @@ -1 +1 @@ -Subproject commit ebd9f7f52c54c0a8487002e5bc8c73fce8fe63fb +Subproject commit 93cffc9644fa389d0a2d303b1fa0bed280d9c920 diff --git a/singbox/Dockerfile b/singbox/Dockerfile index 259ec09..be5ec3d 100644 --- a/singbox/Dockerfile +++ b/singbox/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$BUILDPLATFORM golang:1.25-trixie AS builder -ARG SING_BOX_VERSION=v1.13.11 +ARG SING_BOX_VERSION=v1.13.19 ARG TARGETOS ARG TARGETARCH