diff --git a/Dockerfile b/Dockerfile index 150c8c5..d39c837 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:0.29.0 # Add metadata labels LABEL maintainer="UDX" -LABEL version="0.25.0" +LABEL version="0.26.0" # Arguments and Environment Variables ARG PHP_VERSION=8.4