From 0dfe301be377523d295cb62f8722f184b3e1ea24 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 13 Apr 2025 14:11:19 +0200 Subject: [PATCH] chore(container): update docker.io/codercom/code-server docker tag to v4.99.2 (#34327) 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 | patch | `4.99.1` -> `4.99.2` | --- ### 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 847c59ae5a4..097bc8e2612 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.1@sha256:f316e875c21d6d340a3d2754d19636f231ceb87c17223c5c3ace1d3135e677e2 +FROM docker.io/codercom/code-server:4.99.2@sha256:6b5fcf74bb19579ca1666c8f96ac406ca5146a5c8756963a10991c4e520fa085 LABEL "org.opencontainers.image.source"="https://github.com/truecharts/containers"