diff --git a/Dockerfile b/Dockerfile index 2462e0b..b3dcfd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # Use the UDX worker as the base image -FROM usabilitydynamics/udx-worker:0.22.0 +FROM usabilitydynamics/udx-worker:0.23.0 # Add metadata labels LABEL maintainer="UDX" -LABEL version="0.21.0" +LABEL version="0.22.0" # Arguments and Environment Variables ARG PHP_VERSION=8.4