Skip to content

Commit 69604b2

Browse files
committed
updating dependencies
1 parent a88ba1f commit 69604b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Use the UDX worker as the base image
2-
FROM usabilitydynamics/udx-worker:0.34.0
2+
FROM usabilitydynamics/udx-worker:0.35.0
33

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

88
# Arguments and Environment Variables
99
ARG PHP_VERSION=8.4
10-
ARG PHP_PACKAGE_VERSION=8.4.5-1ubuntu1.1
11-
ARG NGINX_VERSION=1.26.3-2ubuntu1.2
10+
ARG PHP_PACKAGE_VERSION=8.4.11-1ubuntu1
11+
ARG NGINX_VERSION=1.28.0-6ubuntu1
1212

1313
# Set the PHP_VERSION and PHP_PACKAGE_VERSION as environment variables
1414
ENV PHP_VERSION="${PHP_VERSION}"
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2828
php"${PHP_VERSION}"-curl="${PHP_PACKAGE_VERSION}" \
2929
php"${PHP_VERSION}"-xml="${PHP_PACKAGE_VERSION}" \
3030
php"${PHP_VERSION}"-zip="${PHP_PACKAGE_VERSION}" \
31-
mysql-client=8.4.7-0ubuntu0.25.04.1 && \
31+
mysql-client=8.4.7-0ubuntu0.25.10.2 && \
3232
apt-get clean && \
3333
rm -rf /tmp/* /var/tmp/* && \
3434
mkdir -p /etc/apt/sources.list.d && \

0 commit comments

Comments
 (0)