From 8692a0c26a31d0b724d764dbe9603971eaf57856 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 6 Oct 2025 17:13:12 +0300 Subject: [PATCH 1/3] upgrade to udx-worker:0.28.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c52a2f3..b130380 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the UDX worker as the base image -FROM usabilitydynamics/udx-worker:0.27.0 +FROM usabilitydynamics/udx-worker:0.28.0 # Add metadata labels LABEL maintainer="UDX" From 6613346c3e263016ed57c4d2aa22559632308221 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 6 Oct 2025 19:10:33 +0300 Subject: [PATCH 2/3] bump version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b130380..7dfdc60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # Use the UDX worker as the base image -FROM usabilitydynamics/udx-worker:0.28.0 +FROM usabilitydynamics/udx-worker:latest # Add metadata labels LABEL maintainer="UDX" -LABEL version="0.24.0" +LABEL version="0.25.0" # Arguments and Environment Variables ARG PHP_VERSION=8.4 From aa23a7d72d25a8fddcc830e604dd4d60af82e24a Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 6 Oct 2025 19:11:30 +0300 Subject: [PATCH 3/3] fix version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7dfdc60..150c8c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the UDX worker as the base image -FROM usabilitydynamics/udx-worker:latest +FROM usabilitydynamics/udx-worker:0.28.0 # Add metadata labels LABEL maintainer="UDX"