File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 driver : docker-container
3737
3838 - name : Install GitVersion
39- uses : gittools/actions/gitversion/setup@v4.0.0
39+ uses : gittools/actions/gitversion/setup@v4.0.1
4040 with :
4141 versionSpec : " 6.1.0"
4242
4545
4646 - name : Determine Version
4747 id : gitversion
48- uses : gittools/actions/gitversion/execute@v4.0.0
48+ uses : gittools/actions/gitversion/execute@v4.0.1
4949 with :
5050 useConfigFile : true
5151 configFilePath : ci/git-version.yml
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ FROM usabilitydynamics/udx-worker:0.22.0
33
44# Add metadata labels
55LABEL maintainer="UDX"
6- LABEL version="0.20 .0"
6+ LABEL version="0.21 .0"
77
88# Arguments and Environment Variables
99ARG PHP_VERSION=8.4
10- ARG PHP_PACKAGE_VERSION=8.4.5-1ubuntu1
10+ ARG PHP_PACKAGE_VERSION=8.4.5-1ubuntu1.1
1111ARG NGINX_VERSION=1.26.3-2ubuntu1.1
1212
1313# Set the PHP_VERSION and PHP_PACKAGE_VERSION as environment variables
@@ -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.4-0ubuntu2 && \
31+ mysql-client=8.4.5-0ubuntu0.2 && \
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