File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
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.17 .0
2+ FROM usabilitydynamics/udx-worker:0.18 .0
33
44# Add metadata labels
55LABEL maintainer="UDX"
6- LABEL version="0.14 .0"
6+ LABEL version="0.15 .0"
77
88# Arguments and Environment Variables
99ARG PHP_VERSION=8.4
You can’t perform that action at this time.
0 commit comments