chore(deps): update alpine docker tag to v3.23.3 (main) - #20630
Merged
Conversation
renovate-sh-app
Bot
force-pushed
the
deps-update/main-alpine
branch
5 times, most recently
from
February 3, 2026 10:32
ac2ba3e to
96d75cb
Compare
| 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
Bot
force-pushed
the
deps-update/main-alpine
branch
from
February 3, 2026 13:40
96d75cb to
ad0b5c3
Compare
paul1r
approved these changes
Feb 3, 2026
Contributor
|
Hello @salvacorts!
Please, if the current pull request addresses a bug fix, label it with the |
Contributor
|
The backport to 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 a6b97b308ceb1e8042e36d4a0ceff05f1f228e59When the conflicts are resolved, stage and commit the changes: 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 --webOr, 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
1 task
This was referenced Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.23.2→3.23.33.23.2→3.23.3Configuration
📅 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.
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.