We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61eb92d + bf7b48a commit bdad75eCopy full SHA for bdad75e
Dockerfile
@@ -3,15 +3,16 @@ FROM usabilitydynamics/udx-worker:0.18.0
3
4
# Add metadata labels
5
LABEL maintainer="UDX"
6
-LABEL version="0.15.0"
+LABEL version="0.16.0"
7
8
# Arguments and Environment Variables
9
ARG PHP_VERSION=8.4
10
ARG PHP_PACKAGE_VERSION=8.4.5-1ubuntu1
11
ARG NGINX_VERSION=1.26.3-2ubuntu1
12
13
-# Set the PHP_VERSION as an environment variable
+# Set the PHP_VERSION and PHP_PACKAGE_VERSION as environment variables
14
ENV PHP_VERSION="${PHP_VERSION}"
15
+ENV PHP_PACKAGE_VERSION="${PHP_PACKAGE_VERSION}"
16
# Standard directories for PHP application
17
ENV APP_HOME="/var/www"
18
0 commit comments