chore(deps): update docker images #95

Merged
morten-olsen merged 1 commit from renovate/dockerimages into main 2026-07-24 20:49:34 +02:00
Owner

This PR contains the following updates:

Package Update Change
b3log/siyuan patch v3.7.2 -> v3.7.3
binwiederhier/ntfy digest a6d3350 -> 081b53d
code.forgejo.org/forgejo/runner (source) patch 12.13.0 -> 12.13.2
code.forgejo.org/oci/docker digest 66d292e -> bfec1f5
codeberg.org/forgejo/forgejo (source) digest 9e14382 -> eda2e37
docker.io/nginx digest 0d3b804 -> 97d490c
docker.io/redis digest 9d31717 -> 8096655
docker.io/wger/server digest 7344e84 -> 1ed1a86
freikin/dawarich digest c8413c3 -> 405f7da
ghcr.io/esphome/esphome (source) minor 2026.6.5 -> 2026.7.2
ghcr.io/homarr-labs/homarr minor v1.70.0 -> v1.72.0
ghcr.io/home-assistant/home-assistant (source) patch 2026.7.2 -> 2026.7.4
ghcr.io/immich-app/immich-machine-learning digest 412f68e -> d76fe88
ghcr.io/immich-app/immich-server digest 14390f3 -> c716dc2
ghcr.io/mealie-recipes/mealie digest 9b680f5 -> 4e1e8d9
ghcr.io/mollyim/mollysocket digest c3b8ec7 -> 09d78c3
ghcr.io/motis-project/motis digest 176ab75 -> 44c8d46
ghcr.io/music-assistant/server patch 2.9.8 -> 2.9.9
ghcr.io/open-webui/open-terminal minor 0.10.2 -> 0.11.34
ghcr.io/paperless-ngx/paperless-ngx digest 6c86cad -> fef384c
ghcr.io/rtuszik/photon-docker digest 827cedf -> 729f883
ghcr.io/windmill-labs/windmill minor 1.757.0 -> 1.770.0
index.docker.io/metabase/metabase digest 8dddca0 -> 99f3db3
livekit/livekit-server patch v1.13.3 -> v1.13.4
n8nio/n8n (source) minor 2.31.0 -> 2.32.5
n8nio/runners (source) minor 2.31.0 -> 2.32.5
netboxcommunity/netbox patch v4.6.4 -> v4.6.5
ollama/ollama patch 0.32.0 -> 0.32.3
penpotapp/backend minor 2.16.2 -> 2.17.0
penpotapp/exporter minor 2.16.2 -> 2.17.0
penpotapp/frontend minor 2.16.2 -> 2.17.0
postgis/postgis digest fe98219 -> bcab61c
redis digest 0b13f54 -> 6355476
redis digest 9d31717 -> 8096655
rommapp/romm digest c81778a -> 91f6611
superseriousbusiness/gotosocial (source) patch 0.22.0 -> 0.22.1
valkey/valkey digest 4963247 -> 3acc068
valkey/valkey digest 4963247 -> 3acc068
valkey/valkey digest a35428e -> ee91f7a
vaultwarden/server minor 1.36.0 -> 1.37.0
vikunja/vikunja digest f6b8039 -> 1a5dd2d

Important

Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see this instruction.


Release Notes

forgejo/runner (code.forgejo.org/forgejo/runner)

v12.13.2

Compare Source

Release Notes


  • bug fixes
    • PR: fix: EvaluateIf() loses ${{ inputs.x }} on reusable workflow expansion

v12.13.1

Compare Source

Release Notes


  • bug fixes
    • PR: fix(jobparser): nil dereference when EvaluateIf is called w/ cancelled() expr
superseriousbusiness/gotosocial (superseriousbusiness/gotosocial)

v0.22.1: Shrubbier Sloth 🌿🌿

Compare Source

Hello hello, here's a bugfix release! v0.22.1 Shrubbier Sloth 🌿🌿!

If you're updating to this version from v0.22.0, it's a very easy update with no db migrations.

If you're updating to this version from a version before v0.22.0, please follow the update instructions from v0.22.0, but replace 0.22.0 with 0.22.1 throughout. Be aware that the update to 0.22.x contains some serious database migrations. Please do read the notes carefully!

If you're on current main/snapshot, stay there. You already have all the bugfixes from here, and going backwards won't work.

Release highlights

  • Bug fixes!
  • Hide instance directory link when directory is not enabled.
  • Few dependency updates.
  • Add more gay kissing to the code.

Migration notes

Upgrading

To upgrade to v0.22.1 from a previous release:

Binary/tar
  1. Stop GoToSocial.
  2. Back up your database! If you're running on SQLite, this is as simple as copying your sqlite.db file, eg., cp sqlite.db sqlite.db.backup. On Postgres you can do this with pg_dump.
  3. Download and untar the new release, including the web assets and html templates, not just the binary.
  4. Edit your config.yaml file if necessary (see below).
  5. Start GoToSocial.
  6. Wait patiently for any migrations to run, do not interrupt migrations or you could leave your db in a broken state and will have to restore from backup!
  7. Enjoy your updated instance.
Docker
  1. Stop GoToSocial.
  2. Back up your database! If you're running on SQLite, this is as simple as copying your sqlite.db file, eg., cp sqlite.db sqlite.db.backup. On Postgres you can do this with pg_dump.
  3. Pull the new docker container with docker pull docker.io/superseriousbusiness/gotosocial:0.22.1 or docker pull docker.io/superseriousbusiness/gotosocial:latest if this is a stable release and not a release candidate.
  4. Edit your config.yaml file or environment variables if necessary (see below).
  5. Start GoToSocial.
  6. Wait patiently for any migrations to run, do not interrupt migrations or you could leave your db in a broken state and will have to restore from backup!
  7. Enjoy your updated instance.
config.yaml

No changes since v0.22.x.

Database Migrations

No migrations since v0.22.x.

Which release archive/container should I use?

GoToSocial releases binary builds for 64-bit Linux, FreeBSD, and NetBSD operating systems. We also release Docker builds for 64-bit Linux.

OS Architecture Support level Binary archive Docker
Linux x86-64/AMD64 (64-bit) 🟢 Full linux_amd64.tar.gz docker.io/superseriousbusiness/gotosocial:0.22.1
Linux Armv8/ARM64 (64-bit) 🟢 Full linux_arm64.tar.gz docker.io/superseriousbusiness/gotosocial:0.22.1
FreeBSD x86-64/AMD64 (64-bit) 🟢 Full freebsd_amd64.tar.gz Not provided
FreeBSD Armv8/ARM64 (64-bit) 🟢 Full freebsd_arm64.tar.gz Not provided
NetBSD x86-64/AMD64 (64-bit) 🟢 Full netbsd_amd64.tar.gz Not provided
NetBSD Armv8/ARM64 (64-bit) 🟢 Full netbsd_arm64.tar.gz Not provided
nowasm

For your convenience, we also provide UNSUPPORTED, EXPERIMENTAL BUILDS, created using the nowasm tag, in the downloads list below. There is no Docker build for nowasm.

GoToSocial releases built with nowasm use the Go-native, modernc version of SQLite instead of the WASM one, and will use on-system ffmpeg and ffprobe binaries for media processing.

Using a nowasm build is currently the only way to run GoToSocial on a 32-bit system.

For more information on running a nowasm build, see the nowasm documentation page.

Changelog

Bug fixes
  • 26b61ae [bugfix] Restore accidentally-removed outgoing http proxy config (#​4954)
  • 1764961 [bugfix] recent tweaking broke the pollJustClosed() heuristic by forgetting a time.Time{}.IsZero() check, this fixes that (#​4938)
  • 2813e6c [bugfix] add checks for status creation date to status timelining, to prevent notifications of new-old statuses (#​4935)
  • 086c6fb [bugfix] old (expired) remote polls awaiting dereference still show as votable (#​4927)
  • 0605b8f [bugfix] Include instance.domain in undeliverable instances query for Postgres (#​4926)
  • d1107d2 [bugfix/frontend] don't link to /directory when it is disabled (#​4917)
  • e54e92c [bugfix] Set status_id to NULL when unattaching attachments from deleted local statuses (#​4922)
Chores & version bumps
  • fdff42b [chore/v0.22.1 back compat] Remove stray line in internal/api/client/polls
  • 809723c [chore] update dependencies (#​4933)
  • 9d162cb [chore] Pointless emoji comment formatting to trigger a snapshot (#​4956)
  • 19bb83b [chore] Update gotosocial-woodpecker-build to v0.13.0; use git for changelog instead of gitea (#​4955)
Documentation

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | b3log/siyuan | patch | `v3.7.2` -> `v3.7.3` | | binwiederhier/ntfy | digest | `a6d3350` -> `081b53d` | | [code.forgejo.org/forgejo/runner](https://forgejo.org) ([source](https://code.forgejo.org/forgejo/runner)) | patch | `12.13.0` -> `12.13.2` | | code.forgejo.org/oci/docker | digest | `66d292e` -> `bfec1f5` | | [codeberg.org/forgejo/forgejo](https://forgejo.org) ([source](https://codeberg.org/forgejo/forgejo)) | digest | `9e14382` -> `eda2e37` | | docker.io/nginx | digest | `0d3b804` -> `97d490c` | | docker.io/redis | digest | `9d31717` -> `8096655` | | docker.io/wger/server | digest | `7344e84` -> `1ed1a86` | | freikin/dawarich | digest | `c8413c3` -> `405f7da` | | [ghcr.io/esphome/esphome](https://esphome.io/) ([source](https://github.com/esphome/esphome)) | minor | `2026.6.5` -> `2026.7.2` | | [ghcr.io/homarr-labs/homarr](https://github.com/homarr-labs/homarr) | minor | `v1.70.0` -> `v1.72.0` | | [ghcr.io/home-assistant/home-assistant](https://www.home-assistant.io/) ([source](https://github.com/home-assistant/core)) | patch | `2026.7.2` -> `2026.7.4` | | ghcr.io/immich-app/immich-machine-learning | digest | `412f68e` -> `d76fe88` | | ghcr.io/immich-app/immich-server | digest | `14390f3` -> `c716dc2` | | ghcr.io/mealie-recipes/mealie | digest | `9b680f5` -> `4e1e8d9` | | ghcr.io/mollyim/mollysocket | digest | `c3b8ec7` -> `09d78c3` | | ghcr.io/motis-project/motis | digest | `176ab75` -> `44c8d46` | | [ghcr.io/music-assistant/server](https://github.com/music-assistant/server) | patch | `2.9.8` -> `2.9.9` | | [ghcr.io/open-webui/open-terminal](https://github.com/open-webui/open-terminal) | minor | `0.10.2` -> `0.11.34` | | ghcr.io/paperless-ngx/paperless-ngx | digest | `6c86cad` -> `fef384c` | | ghcr.io/rtuszik/photon-docker | digest | `827cedf` -> `729f883` | | [ghcr.io/windmill-labs/windmill](https://github.com/windmill-labs/windmill) | minor | `1.757.0` -> `1.770.0` | | index.docker.io/metabase/metabase | digest | `8dddca0` -> `99f3db3` | | [livekit/livekit-server](https://github.com/livekit/livekit) | patch | `v1.13.3` -> `v1.13.4` | | [n8nio/n8n](https://n8n.io) ([source](https://github.com/n8n-io/n8n)) | minor | `2.31.0` -> `2.32.5` | | [n8nio/runners](https://n8n.io) ([source](https://github.com/n8n-io/n8n)) | minor | `2.31.0` -> `2.32.5` | | [netboxcommunity/netbox](https://github.com/netbox-community/netbox-docker) | patch | `v4.6.4` -> `v4.6.5` | | ollama/ollama | patch | `0.32.0` -> `0.32.3` | | [penpotapp/backend](https://github.com/penpot/penpot) | minor | `2.16.2` -> `2.17.0` | | [penpotapp/exporter](https://github.com/penpot/penpot) | minor | `2.16.2` -> `2.17.0` | | [penpotapp/frontend](https://github.com/penpot/penpot) | minor | `2.16.2` -> `2.17.0` | | [postgis/postgis](https://github.com/postgis/docker-postgis) | digest | `fe98219` -> `bcab61c` | | redis | digest | `0b13f54` -> `6355476` | | redis | digest | `9d31717` -> `8096655` | | rommapp/romm | digest | `c81778a` -> `91f6611` | | [superseriousbusiness/gotosocial](https://docs.gotosocial.org) ([source](https://codeberg.org/superseriousbusiness/gotosocial)) | patch | `0.22.0` -> `0.22.1` | | [valkey/valkey](https://github.com/valkey-io/valkey) | digest | `4963247` -> `3acc068` | | valkey/valkey | digest | `4963247` -> `3acc068` | | [valkey/valkey](https://github.com/valkey-io/valkey) | digest | `a35428e` -> `ee91f7a` | | [vaultwarden/server](https://github.com/dani-garcia/vaultwarden) | minor | `1.36.0` -> `1.37.0` | | vikunja/vikunja | digest | `f6b8039` -> `1a5dd2d` | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Release Notes <details> <summary>forgejo/runner (code.forgejo.org/forgejo/runner)</summary> ### [`v12.13.2`](https://code.forgejo.org/forgejo/runner/releases/tag/v12.13.2) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v12.13.1...v12.13.2) - [User guide](https://forgejo.org/docs/next/user/actions/overview/) - [Administrator guide](https://forgejo.org/docs/next/admin/actions/) - [Container images](https://code.forgejo.org/forgejo/-/packages/container/runner/versions) Release Notes *** - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/issues/1643): fix: EvaluateIf() loses ${{ inputs.x }} on reusable workflow expansion <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> <!--end release-notes-assistant--> ### [`v12.13.1`](https://code.forgejo.org/forgejo/runner/releases/tag/v12.13.1) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v12.13.0...v12.13.1) - [User guide](https://forgejo.org/docs/next/user/actions/overview/) - [Administrator guide](https://forgejo.org/docs/next/admin/actions/) - [Container images](https://code.forgejo.org/forgejo/-/packages/container/runner/versions) Release Notes *** - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/issues/1633): fix(jobparser): nil dereference when EvaluateIf is called w/ cancelled() expr <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> <!--end release-notes-assistant--> </details> <details> <summary>superseriousbusiness/gotosocial (superseriousbusiness/gotosocial)</summary> ### [`v0.22.1`](https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.22.1): Shrubbier Sloth 🌿🌿 [Compare Source](https://codeberg.org/superseriousbusiness/gotosocial/compare/v0.22.0...v0.22.1) Hello hello, here's a bugfix release! v0.22.1 Shrubbier Sloth 🌿🌿! **If you're updating to this version from v0.22.0**, it's a very easy update with no db migrations. **If you're updating to this version from a version before v0.22.0**, please follow the [update instructions from v0.22.0](https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.22.0), but replace `0.22.0` with `0.22.1` throughout. Be aware that the update to 0.22.x contains some serious database migrations. Please do read the notes carefully! **If you're on current main/snapshot**, stay there. You already have all the bugfixes from here, and going backwards won't work. #### Release highlights - Bug fixes! - Hide instance directory link when directory is not enabled. - Few dependency updates. - Add more gay kissing to the code. #### Migration notes ##### Upgrading To upgrade to v0.22.1 from a previous release: ##### Binary/tar 1. Stop GoToSocial. 2. **Back up your database!** If you're running on SQLite, this is as simple as copying your `sqlite.db` file, eg., `cp sqlite.db sqlite.db.backup`. On Postgres you can do this with [pg\_dump](https://www.postgresql.org/docs/current/backup-dump.html). 3. Download and untar the new release, **including the web assets and html templates**, not just the binary. 4. Edit your config.yaml file if necessary (see below). 5. Start GoToSocial. 6. Wait patiently for any migrations to run, **do not interrupt migrations or you could leave your db in a broken state and will have to restore from backup**! 7. Enjoy your updated instance. ##### Docker 1. Stop GoToSocial. 2. **Back up your database!** If you're running on SQLite, this is as simple as copying your `sqlite.db` file, eg., `cp sqlite.db sqlite.db.backup`. On Postgres you can do this with [pg\_dump](https://www.postgresql.org/docs/current/backup-dump.html). 3. Pull the new docker container with `docker pull docker.io/superseriousbusiness/gotosocial:0.22.1` or `docker pull docker.io/superseriousbusiness/gotosocial:latest` if this is a stable release and not a release candidate. 4. Edit your config.yaml file or environment variables if necessary (see below). 5. Start GoToSocial. 6. Wait patiently for any migrations to run, **do not interrupt migrations or you could leave your db in a broken state and will have to restore from backup**! 7. Enjoy your updated instance. ##### config.yaml No changes since v0.22.x. ##### Database Migrations No migrations since v0.22.x. ##### Which release archive/container should I use? GoToSocial releases binary builds for 64-bit Linux, FreeBSD, and NetBSD operating systems. We also release Docker builds for 64-bit Linux. | OS | Architecture | Support level | Binary archive | Docker | | ------- | --------------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | Linux | x86-64/AMD64 (64-bit) | 🟢 Full | [linux\_amd64.tar.gz](https://codeberg.org/superseriousbusiness/gotosocial/releases/download/v0.22.1/gotosocial_0.22.1_linux_amd64.tar.gz) | `docker.io/superseriousbusiness/gotosocial:0.22.1` | | Linux | Armv8/ARM64 (64-bit) | 🟢 Full | [linux\_arm64.tar.gz](https://codeberg.org/superseriousbusiness/gotosocial/releases/download/v0.22.1/gotosocial_0.22.1_linux_arm64.tar.gz) | `docker.io/superseriousbusiness/gotosocial:0.22.1` | | FreeBSD | x86-64/AMD64 (64-bit) | 🟢 Full | [freebsd\_amd64.tar.gz](https://codeberg.org/superseriousbusiness/gotosocial/releases/download/v0.22.1/gotosocial_0.22.1_freebsd_amd64.tar.gz) | Not provided | | FreeBSD | Armv8/ARM64 (64-bit) | 🟢 Full | [freebsd\_arm64.tar.gz](https://codeberg.org/superseriousbusiness/gotosocial/releases/download/v0.22.1/gotosocial_0.22.1_freebsd_arm64.tar.gz) | Not provided | | NetBSD | x86-64/AMD64 (64-bit) | 🟢 Full | [netbsd\_amd64.tar.gz](https://codeberg.org/superseriousbusiness/gotosocial/releases/download/v0.22.1/gotosocial_0.22.1_netbsd_amd64.tar.gz) | Not provided | | NetBSD | Armv8/ARM64 (64-bit) | 🟢 Full | [netbsd\_arm64.tar.gz](https://codeberg.org/superseriousbusiness/gotosocial/releases/download/v0.22.1/gotosocial_0.22.1_netbsd_arm64.tar.gz) | Not provided | ##### `nowasm` For your convenience, we also provide **UNSUPPORTED, EXPERIMENTAL BUILDS**, created using the `nowasm` tag, in the downloads list below. There is no Docker build for `nowasm`. GoToSocial releases built with `nowasm` use the Go-native, modernc version of SQLite instead of the WASM one, and will use *on-system ffmpeg and ffprobe binaries* for media processing. Using a `nowasm` build is currently the only way to run GoToSocial on a 32-bit system. For more information on running a `nowasm` build, see the [nowasm](https://docs.gotosocial.org/en/latest/advanced/builds/nowasm/) documentation page. #### Changelog ##### Bug fixes - [`26b61ae`](https://github.com/superseriousbusiness/gotosocial/commit/26b61ae9b2d0846b3b30fa1c6a4cf4e6fe4348fd) \[bugfix] Restore accidentally-removed outgoing http proxy config ([#&#8203;4954](https://github.com/superseriousbusiness/gotosocial/issues/4954)) - [`1764961`](https://github.com/superseriousbusiness/gotosocial/commit/1764961ca0270d4d76172f1b2e0b29c287f37b05) \[bugfix] recent tweaking broke the pollJustClosed() heuristic by forgetting a time.Time{}.IsZero() check, this fixes that ([#&#8203;4938](https://github.com/superseriousbusiness/gotosocial/issues/4938)) - [`2813e6c`](https://github.com/superseriousbusiness/gotosocial/commit/2813e6ccb8b3c4ceaac612c01d68f793f5264abd) \[bugfix] add checks for status creation date to status timelining, to prevent notifications of new-old statuses ([#&#8203;4935](https://github.com/superseriousbusiness/gotosocial/issues/4935)) - [`086c6fb`](https://github.com/superseriousbusiness/gotosocial/commit/086c6fb31ef642e35b4158595573fbaca2b5efe5) \[bugfix] old (expired) remote polls awaiting dereference still show as votable ([#&#8203;4927](https://github.com/superseriousbusiness/gotosocial/issues/4927)) - [`0605b8f`](https://github.com/superseriousbusiness/gotosocial/commit/0605b8f6a6df693c66a47cead391e28605541180) \[bugfix] Include `instance.domain` in undeliverable instances query for Postgres ([#&#8203;4926](https://github.com/superseriousbusiness/gotosocial/issues/4926)) - [`d1107d2`](https://github.com/superseriousbusiness/gotosocial/commit/d1107d261c91277808878f1b17d574d623496d9a) \[bugfix/frontend] don't link to /directory when it is disabled ([#&#8203;4917](https://github.com/superseriousbusiness/gotosocial/issues/4917)) - [`e54e92c`](https://github.com/superseriousbusiness/gotosocial/commit/e54e92c35dfaa46815fbd39fd34fd64e346f06d0) \[bugfix] Set `status_id` to `NULL` when unattaching attachments from deleted local statuses ([#&#8203;4922](https://github.com/superseriousbusiness/gotosocial/issues/4922)) ##### Chores & version bumps - [`fdff42b`](https://github.com/superseriousbusiness/gotosocial/commit/fdff42baf16bdc8f793ce5137ecf2c2e6c67a9f2) \[chore/v0.22.1 back compat] Remove stray line in internal/api/client/polls - [`809723c`](https://github.com/superseriousbusiness/gotosocial/commit/809723ceb47a5f3e79a337c2a35c7fa6b542e1da) \[chore] update dependencies ([#&#8203;4933](https://github.com/superseriousbusiness/gotosocial/issues/4933)) - [`9d162cb`](https://github.com/superseriousbusiness/gotosocial/commit/9d162cb6dc4a5e5674a179738d738dd39e597b90) \[chore] Pointless emoji comment formatting to trigger a snapshot ([#&#8203;4956](https://github.com/superseriousbusiness/gotosocial/issues/4956)) - [`19bb83b`](https://github.com/superseriousbusiness/gotosocial/commit/19bb83bc8737bed497e05d89adc60a5cf4ab8218) \[chore] Update `gotosocial-woodpecker-build` to v0.13.0; use `git` for changelog instead of `gitea` ([#&#8203;4955](https://github.com/superseriousbusiness/gotosocial/issues/4955)) ##### Documentation - [`f9483b0`](https://github.com/superseriousbusiness/gotosocial/commit/f9483b0ba99f09a5616e8072d52aafa9fd32ded9) \[docs/bugfix] fix documentation urls for relay pushes ([#&#8203;4912](https://github.com/superseriousbusiness/gotosocial/issues/4912)) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
morten-olsen deleted branch renovate/dockerimages 2026-07-24 20:49:34 +02:00
Sign in to join this conversation.
No description provided.