From d51f8c0a76bf7e50869e2afa9e176ff9229793dd Mon Sep 17 00:00:00 2001 From: "aio-fleetbot[bot]" <280910390+aio-fleetbot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 11:05:22 +0000 Subject: [PATCH] chore(sync): update upstream pins for dify-aio --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c5bf149..1484d96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,9 @@ # checkov:skip=CKV_DOCKER_7: Upstream Dify images are pinned by immutable manifest digests. # checkov:skip=CKV_DOCKER_8: s6-overlay starts as root to initialize bundled Postgres, Redis, Nginx, Squid, and Dify services. -ARG UPSTREAM_DIFY_VERSION=1.14.2 -ARG UPSTREAM_DIFY_API_DIGEST=sha256:062815df8ed6fcf82285e55f3cb5586241b2828e6695a3fb8114bfb99b5e8517 -ARG UPSTREAM_DIFY_WEB_DIGEST=sha256:db73434e185ac778f31f4cc1adcce0dbe84b41a95ea5af58216acf095eed5f67 +ARG UPSTREAM_DIFY_VERSION=1.16.1 +ARG UPSTREAM_DIFY_API_DIGEST=sha256:dcefa5f7c47c77e621f5b864bc1d64a2ba18cd215b001f15b3882bb7911c6c64 +ARG UPSTREAM_DIFY_WEB_DIGEST=sha256:87dd47e4e28f86834f6a7aefd9a02b9f4097056867031e4d99ebd46908a0e390 ARG UPSTREAM_DIFY_SANDBOX_VERSION=0.2.15 ARG UPSTREAM_DIFY_SANDBOX_DIGEST=sha256:750e1111426ef31a9217b81c98cccfb750f17b182af3221102e420afa9f0928e ARG UPSTREAM_DIFY_PLUGIN_DAEMON_VERSION=0.6.0-local