Skip to content

Commit 391e332

Browse files
author
Dmitry Smirnov
committed
upgrade to PHP8.4
1 parent 1b4bdf9 commit 391e332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ FROM usabilitydynamics/udx-worker:0.16.0
33

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

88
# Arguments and Environment Variables
9-
ARG PHP_VERSION=8.3
10-
ARG PHP_PACKAGE_VERSION=8.3.11-0ubuntu4
9+
ARG PHP_VERSION=8.4
10+
ARG PHP_PACKAGE_VERSION=8.4.5-1
1111
ARG NGINX_VERSION=1.26.3-2ubuntu1
1212

1313
# Set the PHP_VERSION as an environment variable

0 commit comments

Comments
 (0)