Update quay.io/linuxserver.io/code-server Docker tag to v4.9.1 (#31)
ci/woodpecker/push/renovate Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/next Pipeline was successful Details
ci/woodpecker/push/deploy Pipeline was successful Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [quay.io/linuxserver.io/code-server](https://github.com/linuxserver/docker-code-server) | final | minor | `4.8.3` -> `4.9.1` |

---

### 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.

---

 - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMi4yIiwidXBkYXRlZEluVmVyIjoiMzQuODIuMCJ9-->

Reviewed-on: #31
Co-authored-by: CI-Bot <noreply@ocram85.com>
Co-committed-by: CI-Bot <noreply@ocram85.com>
This commit is contained in:
CI-Bot 2023-01-04 15:59:31 +01:00 committed by OCram85
parent 88d228ad07
commit 7a1b293188
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM quay.io/linuxserver.io/code-server:4.8.3
FROM quay.io/linuxserver.io/code-server:4.9.1
#LABEL build_version=""
LABEL maintainer="OCram85"