From 704a643e255b1df050226a835277d12dfb491a26 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 May 2024 06:48:56 +0200 Subject: [PATCH] Update registry.access.redhat.com/ubi9/nodejs-20 Docker tag to v1-44.1715773199 (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | registry.access.redhat.com/ubi9/nodejs-20 | container | patch | `1-44.1714669803` -> `1-44.1715773199` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://forge.nick-slowinski.de/nick-slowinski.de/www/pulls/18 Reviewed-by: Nick Slowinski Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .forgejo/workflows/build-deploy.yaml | 2 +- .forgejo/workflows/build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-deploy.yaml b/.forgejo/workflows/build-deploy.yaml index 7708e2f..8dc2150 100644 --- a/.forgejo/workflows/build-deploy.yaml +++ b/.forgejo/workflows/build-deploy.yaml @@ -8,7 +8,7 @@ jobs: build: runs-on: docker container: - image: registry.access.redhat.com/ubi9/nodejs-20:1-44.1714669803 + image: registry.access.redhat.com/ubi9/nodejs-20:1-44.1715773199 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 4c01655..1bc6fa1 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -10,7 +10,7 @@ jobs: build: runs-on: docker container: - image: registry.access.redhat.com/ubi9/nodejs-20:1-44.1714669803 + image: registry.access.redhat.com/ubi9/nodejs-20:1-44.1715773199 steps: - name: Checkout code uses: actions/checkout@v4