From 8476b7c4eb4771e05b514a415355c35f1ab245d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:55:30 +0000 Subject: [PATCH] fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.33.30 | datasource | package | from | to | | ---------- | ------------------------------ | -------- | -------- | | docker | ghcr.io/renovatebot/base-image | 13.33.29 | 13.33.30 | --- lib/config/options/index.ts | 2 +- tools/docker/Dockerfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index f6cd383b1fe..9ae7c01bbaa 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -660,7 +660,7 @@ const options: Readonly[] = [ description: 'Change this value to override the default Renovate sidecar image.', type: 'string', - default: 'ghcr.io/renovatebot/base-image:13.33.29', + default: 'ghcr.io/renovatebot/base-image:13.33.30', globalOnly: true, deprecationMsg: 'The usage of `binarySource=docker` is deprecated, and will be removed in the future', diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index ca8ea66fc21..527a462ee71 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim # -------------------------------------- # slim image # -------------------------------------- -FROM ghcr.io/renovatebot/base-image:13.33.29@sha256:7d1aa6732255735f1460013b0d87f9b4f2f2dac7b88f07b0e64a012d930894c9 AS slim-base +FROM ghcr.io/renovatebot/base-image:13.33.30@sha256:55447ec8b9487fae423bfac03d947117340d764aaa56385b1d9d658a6e3510e6 AS slim-base # -------------------------------------- # full image # -------------------------------------- -FROM ghcr.io/renovatebot/base-image:13.33.29-full@sha256:25b8cace6952a9acec52f513cea33576f793af3c861e205bd8272c4069b8434e AS full-base +FROM ghcr.io/renovatebot/base-image:13.33.30-full@sha256:acbb248b99c8b1cf2c3b9d8c14695559c9e032f4359528ec06ad50ced23f87a3 AS full-base ENV RENOVATE_BINARY_SOURCE=global # -------------------------------------- # build image # -------------------------------------- -FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.33.29@sha256:7d1aa6732255735f1460013b0d87f9b4f2f2dac7b88f07b0e64a012d930894c9 AS build +FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.33.30@sha256:55447ec8b9487fae423bfac03d947117340d764aaa56385b1d9d658a6e3510e6 AS build # We want a specific node version here # renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node