We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4bdf9 commit 391e332Copy full SHA for 391e332
Dockerfile
@@ -3,11 +3,11 @@ FROM usabilitydynamics/udx-worker:0.16.0
3
4
# Add metadata labels
5
LABEL maintainer="UDX"
6
-LABEL version="0.10.0"
+LABEL version="0.12.0"
7
8
# Arguments and Environment Variables
9
-ARG PHP_VERSION=8.3
10
-ARG PHP_PACKAGE_VERSION=8.3.11-0ubuntu4
+ARG PHP_VERSION=8.4
+ARG PHP_PACKAGE_VERSION=8.4.5-1
11
ARG NGINX_VERSION=1.26.3-2ubuntu1
12
13
# Set the PHP_VERSION as an environment variable
0 commit comments