File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Use the UDX worker as the base image
2- FROM usabilitydynamics/udx-worker:0.31 .0
2+ FROM usabilitydynamics/udx-worker:0.33 .0
33
44# Add metadata labels
55LABEL maintainer="UDX"
6- LABEL version="0.27 .0"
6+ LABEL version="0.28 .0"
77
88# Arguments and Environment Variables
99ARG PHP_VERSION=8.4
@@ -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.6 -0ubuntu0.25.04.3 && \
31+ mysql-client=8.4.7 -0ubuntu0.25.04.1 && \
3232 apt-get clean && \
3333 rm -rf /tmp/* /var/tmp/* && \
3434 mkdir -p /etc/apt/sources.list.d && \
You can’t perform that action at this time.
0 commit comments