From 6eb2edb59592916018db8eb598a172acf3a40406 Mon Sep 17 00:00:00 2001 From: David Papp Date: Tue, 7 Oct 2025 20:22:28 +0200 Subject: [PATCH] chore: Update ARXIGNIS version to 1.5-0 in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14e1f6e..523fc6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -292,7 +292,7 @@ CMD ["/usr/local/openresty/nginx/sbin/nginx", "-g", "daemon off;"] STOPSIGNAL SIGQUIT FROM openresty-builder AS runtime -ENV ARXIGNIS_VERSION="1.3-1" +ENV ARXIGNIS_VERSION="1.5-0" WORKDIR /etc/nginx