Skip to content

chore(deps): update alpine docker tag to v3.23.3 (main) - #20630

Merged
paul1r merged 1 commit into
mainfrom
deps-update/main-alpine
Feb 3, 2026
Merged

chore(deps): update alpine docker tag to v3.23.3 (main)#20630
paul1r merged 1 commit into
mainfrom
deps-update/main-alpine

Conversation

@renovate-sh-app

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
alpine final patch 3.23.23.23.3
alpine stage patch 3.23.23.23.3

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app
renovate-sh-app Bot requested a review from a team as a code owner January 31, 2026 04:40
@renovate-sh-app
renovate-sh-app Bot force-pushed the deps-update/main-alpine branch 5 times, most recently from ac2ba3e to 96d75cb Compare February 3, 2026 10:32
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | alpine  | 3.23.2 | 3.23.3 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app
renovate-sh-app Bot force-pushed the deps-update/main-alpine branch from 96d75cb to ad0b5c3 Compare February 3, 2026 13:40
@paul1r
paul1r enabled auto-merge (squash) February 3, 2026 13:45
@paul1r
paul1r merged commit a6b97b3 into main Feb 3, 2026
88 checks passed
@paul1r
paul1r deleted the deps-update/main-alpine branch February 3, 2026 13:46
@salvacorts salvacorts added backport release-3.6.x type/feature Something new we should do labels Feb 17, 2026
@loki-gh-app

loki-gh-app Bot commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

Hello @salvacorts!
Backport pull requests need to be either:

  • Pull requests which address bugs,
  • Urgent fixes which need product approval, in order to get merged,
  • Docs changes.

Please, if the current pull request addresses a bug fix, label it with the type/bug label.
If it already has the product approval, please add the product-approved label. For docs changes, please add the type/docs label.
If the pull request modifies CI behaviour, please add the type/ci label.
If none of the above applies, please consider removing the backport label and target the next major/minor release.
Thanks!

@salvacorts salvacorts added type/bug Somehing is not working as expected backport release-3.6.x and removed type/feature Something new we should do backport release-3.6.x labels Feb 17, 2026
@loki-gh-app

loki-gh-app Bot commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

The backport to release-3.6.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-20630-to-release-3.6.x origin/release-3.6.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x a6b97b308ceb1e8042e36d4a0ceff05f1f228e59

When the conflicts are resolved, stage and commit the changes:

git add . && git cherry-pick --continue

If you have the GitHub CLI installed:

# Push the branch to GitHub:
git push --set-upstream origin backport-20630-to-release-3.6.x
# Create the PR body template
PR_BODY=$(gh pr view 20630 --json body --template 'Backport a6b97b308ceb1e8042e36d4a0ceff05f1f228e59 from #20630{{ "\n\n---\n\n" }}{{ index . "body" }}')
# Create the PR on GitHub
echo "${PR_BODY}" | gh pr create --title 'chore(deps): update alpine docker tag to v3.23.3 (main) (backport release-3.6.x)' --body-file - --label 'size/S' --label 'type/bug' --label 'update-patch' --label 'backport' --base release-3.6.x --milestone release-3.6.x --web

Or, if you don't have the GitHub CLI installed (we recommend you install it!):

# Push the branch to GitHub:
git push --set-upstream origin backport-20630-to-release-3.6.x

# Create a pull request where the `base` branch is `release-3.6.x` and the `compare`/`head` branch is `backport-20630-to-release-3.6.x`.

# Remove the local backport branch
git switch main
git branch -D backport-20630-to-release-3.6.x
salvacorts pushed a commit that referenced this pull request Feb 17, 2026
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
(cherry picked from commit a6b97b3)
salvacorts added a commit that referenced this pull request Feb 18, 2026
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants