From e0b9b0a2dbcc13b3810e98d8689bbf33613fcc44 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 15 May 2025 08:18:37 +0200 Subject: [PATCH] chore(container): update docker.io/codercom/code-server docker tag to v4.100.1 (#35382) 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 | |---|---|---|---| | docker.io/codercom/code-server | final | minor | `4.99.4` -> `4.100.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). --- containers/apps/code-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/code-server/Dockerfile b/containers/apps/code-server/Dockerfile index 6b728070fc5..48c582a557b 100644 --- a/containers/apps/code-server/Dockerfile +++ b/containers/apps/code-server/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/codercom/code-server:4.99.4@sha256:316b7f60051b44b81fdf8972293735c2b0fda9a2b1e88fb6b77195df0c9b9b78 +FROM docker.io/codercom/code-server:4.100.1@sha256:85d8de203d9f4b59aabbb9f88cdf3aa1cb8000aa53459556225b2754e2a785c8 LABEL "org.opencontainers.image.source"="https://github.com/truecharts/containers"