Skip to content

Commit 61eb92d

Browse files
authored
Merge pull request #29 from udx/UAT-91
Upgrade to udx-worker:0.18.0
2 parents d528473 + 619fe4d commit 61eb92d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
driver: docker-container
3636

3737
- name: Install GitVersion
38-
uses: gittools/actions/gitversion/setup@v3.1.11
38+
uses: gittools/actions/gitversion/setup@v3.2.0
3939
with:
4040
versionSpec: "6.0.0"
4141

@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Determine Version
4646
id: gitversion
47-
uses: gittools/actions/gitversion/execute@v3.1.11
47+
uses: gittools/actions/gitversion/execute@v3.2.0
4848
with:
4949
useConfigFile: true
5050
configFilePath: ci/git-version.yml

Dockerfile

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

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

88
# Arguments and Environment Variables
99
ARG PHP_VERSION=8.4

0 commit comments

Comments
 (0)