Skip to content

Commit f25edc0

Browse files
authored
Merge pull request #40 from udx/UDXI-571
UDXI-571 -> latest
2 parents 126b2f4 + 5f559e7 commit f25edc0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

@@ -45,7 +45,7 @@ jobs:
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

Dockerfile

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

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

88
# Arguments and Environment Variables
99
ARG PHP_VERSION=8.4
10-
ARG PHP_PACKAGE_VERSION=8.4.5-1ubuntu1
10+
ARG PHP_PACKAGE_VERSION=8.4.5-1ubuntu1.1
1111
ARG 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 && \

0 commit comments

Comments
 (0)