From 83141c572a965875b92f0eedc935cbea19e0726f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 09:34:27 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20ghcr.io/rtro?= =?UTF-8?q?x/ubuntu=20(=20jammy-20260322.1=20=E2=86=92=20jammy-20260410=20?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | -------------------- | ---------------- | -------------- | | docker | ghcr.io/rtrox/ubuntu | jammy-20260322.1 | jammy-20260410 | --- apps/steamcmd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/steamcmd/Dockerfile b/apps/steamcmd/Dockerfile index e42c632..d3a6302 100644 --- a/apps/steamcmd/Dockerfile +++ b/apps/steamcmd/Dockerfile @@ -1,7 +1,7 @@ ARG VERSION ARG REVISION -FROM ghcr.io/rtrox/ubuntu:jammy-20260322.1 as base +FROM ghcr.io/rtrox/ubuntu:jammy-20260410 as base LABEL maintainer="rtrox