Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/config/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ const options: Readonly<RenovateOptions>[] = [
description:
'Change this value to override the default Renovate sidecar image.',
type: 'string',
default: 'ghcr.io/renovatebot/base-image:13.33.34',
default: 'ghcr.io/renovatebot/base-image:13.33.35',
globalOnly: true,
deprecationMsg:
'The usage of `binarySource=docker` is deprecated, and will be removed in the future',
Expand Down
6 changes: 3 additions & 3 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:13.33.34@sha256:04a21d9e03213cd6ec41a8b438b62552128e141c3ffbb5195ccf8c2126bd0790 AS slim-base
FROM ghcr.io/renovatebot/base-image:13.33.35@sha256:73a1654a2a4ec473a536fa8513cbff72ac6137fc5cb92509f84304423ea36e0a AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:13.33.34-full@sha256:0ba7cab1e005d815663fab2645a6609868055ef2d892dba4b875a98247649a75 AS full-base
FROM ghcr.io/renovatebot/base-image:13.33.35-full@sha256:552e3bb1a325dbb8402cc03de5b2ec5ac59a96ae49c8336da69cf38906882f4d AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.33.34@sha256:04a21d9e03213cd6ec41a8b438b62552128e141c3ffbb5195ccf8c2126bd0790 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.33.35@sha256:73a1654a2a4ec473a536fa8513cbff72ac6137fc5cb92509f84304423ea36e0a AS build

# We want a specific node version here
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
Expand Down
Loading