Skip to content

Commit 1d03375

Browse files
authored
Merge branch 'master' into revert-496-revert-495-helpesk4557-disable-failing-test-for-now
2 parents 3c8a79f + 4290a02 commit 1d03375

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Install Updatecli in the runner
17-
uses: updatecli/updatecli-action@v2.86.0
17+
uses: updatecli/updatecli-action@v2.88.0
1818

1919
- name: Run Updatecli in Dry Run mode
2020
run: updatecli diff --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml --values ./updatecli/values.temurin.yaml

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222

2323
ARG JAVA_VERSION=17.0.15_6
24-
ARG ALPINE_TAG=3.22.0
24+
ARG ALPINE_TAG=3.22.1
2525
FROM alpine:"${ALPINE_TAG}" AS jre-build
2626

2727
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ variable "VERSION" {
5656
}
5757

5858
variable "ALPINE_FULL_TAG" {
59-
default = "3.22.0"
59+
default = "3.22.1"
6060
}
6161

6262
variable "ALPINE_SHORT_TAG" {

0 commit comments

Comments
 (0)