From c9a8b1bb8b878d9af27dab59613c994d202bc0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:24:59 +0000 Subject: [PATCH 1/3] chore(deps): bump updatecli/updatecli-action from 2.71.0 to 2.72.0 (#915) --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 8714fdb5f..907c2ae37 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v2.71.0 + uses: updatecli/updatecli-action@v2.72.0 - name: Run Updatecli in Dry Run mode run: updatecli diff --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml From 2a29878566ea8b7eaf9fc848e6fa400bb5669608 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 08:31:39 -0700 Subject: [PATCH 2/3] Bump Alpine Linux Version to 3.21.0 (#916) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the value of the base image (ARG ALPINE_TAG) in the doc... ... ker-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG ALPINE_TAG) in the Doc... ... kerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- alpine/Dockerfile | 2 +- docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index abc9df57a..fe02bb543 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -19,7 +19,7 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG ALPINE_TAG=3.20.3 +ARG ALPINE_TAG=3.21.0 FROM alpine:"${ALPINE_TAG}" AS jre-build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] diff --git a/docker-bake.hcl b/docker-bake.hcl index de1f830c6..71e6a18fa 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -111,7 +111,7 @@ variable "ON_TAG" { } variable "ALPINE_FULL_TAG" { - default = "3.20.3" + default = "3.21.0" } variable "ALPINE_SHORT_TAG" { From 87f0a9826db4d4da05da0078b247b47a4c765341 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 08:31:49 -0700 Subject: [PATCH 3/3] Bump Debian Bookworm Linux version to bookworm-20241202 (#917) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the default value of the variable DEBIAN_RELEASE in the... ... docker-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG DEBIAN_RELEASE) in the... ... Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- debian/Dockerfile | 2 +- docker-bake.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index 17b283480..0139bddf5 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -19,7 +19,7 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG DEBIAN_RELEASE=bookworm-20241111 +ARG DEBIAN_RELEASE=bookworm-20241202 FROM debian:"${DEBIAN_RELEASE}"-slim as jre-build SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"] diff --git a/docker-bake.hcl b/docker-bake.hcl index 71e6a18fa..cf45fda2d 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -119,7 +119,7 @@ variable "ALPINE_SHORT_TAG" { } variable "DEBIAN_RELEASE" { - default = "bookworm-20241111" + default = "bookworm-20241202" } variable "UBI9_TAG" {