File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Install Updatecli in the runner
17
- uses : updatecli/updatecli-action@v2.89 .0
17
+ uses : updatecli/updatecli-action@v2.90 .0
18
18
19
19
- name : Run Updatecli in Dry Run mode
20
20
run : updatecli diff --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml --values ./updatecli/values.temurin.yaml
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ variable "JAVA21_VERSION" {
73
73
74
74
variable "DEBIAN_RELEASE" {
75
75
default = " trixie-20250811"
76
+ default = " bookworm-20250811"
76
77
}
77
78
78
79
# Set this value to a specific Windows version to override Windows versions to build returned by windowsversions function
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN $javaMajorVersion = $env:JAVA_HOME.Substring($env:JAVA_HOME.Length - 2); `
60
60
New-Item -Path "C:\j dk-${javaMajorVersion}" -ItemType SymbolicLink -Value "${env:JAVA_HOME}"
61
61
62
62
# Install git
63
- ARG GIT_VERSION=2.50.1
63
+ ARG GIT_VERSION=2.51.0
64
64
ARG GIT_PATCH_VERSION=1
65
65
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
66
66
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ ENV JENKINS_AGENT_WORK=${JENKINS_AGENT_WORK}
55
55
USER ContainerAdministrator
56
56
57
57
# Install git
58
- ARG GIT_VERSION=2.50.1
58
+ ARG GIT_VERSION=2.51.0
59
59
ARG GIT_PATCH_VERSION=1
60
60
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `
61
61
# The patch "windows.1" always have a different URL than the subsequent patch (ZIP filename is different)
You can’t perform that action at this time.
0 commit comments