From 0a66f1476d608d2153cc341fc7ef28c9b691e4a4 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 22 Sep 2025 11:10:06 +0200 Subject: [PATCH] Develop: Upgrade base image from 250912-plucky to 250922-plucky Signed-off-by: Michael Mayer --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 244ea9fa2..a2c5becad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Ubuntu 25.04 (Plucky Puffin) -FROM photoprism/develop:250912-plucky +FROM photoprism/develop:250922-plucky # Harden npm usage by default (applies to npm ci / install in dev container) ENV NPM_CONFIG_IGNORE_SCRIPTS=true