Skip to content

Commit bdad75e

Browse files
authored
Merge pull request #30 from udx/UDXI-505
Added PHP_PACKAGE_VERSION env
2 parents 61eb92d + bf7b48a commit bdad75e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ FROM usabilitydynamics/udx-worker:0.18.0
33

44
# Add metadata labels
55
LABEL maintainer="UDX"
6-
LABEL version="0.15.0"
6+
LABEL version="0.16.0"
77

88
# Arguments and Environment Variables
99
ARG PHP_VERSION=8.4
1010
ARG PHP_PACKAGE_VERSION=8.4.5-1ubuntu1
1111
ARG NGINX_VERSION=1.26.3-2ubuntu1
1212

13-
# Set the PHP_VERSION as an environment variable
13+
# Set the PHP_VERSION and PHP_PACKAGE_VERSION as environment variables
1414
ENV PHP_VERSION="${PHP_VERSION}"
15+
ENV PHP_PACKAGE_VERSION="${PHP_PACKAGE_VERSION}"
1516
# Standard directories for PHP application
1617
ENV APP_HOME="/var/www"
1718

0 commit comments

Comments
 (0)