File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ const options: Readonly<RenovateOptions>[] = [
681681 description :
682682 'Change this value to override the default Renovate sidecar image.' ,
683683 type : 'string' ,
684- default : 'ghcr.io/renovatebot/base-image:13.88.4 ' ,
684+ default : 'ghcr.io/renovatebot/base-image:13.89.0 ' ,
685685 globalOnly : true ,
686686 deprecationMsg :
687687 'The usage of `binarySource=docker` is deprecated, and will be removed in the future' ,
Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
55# --------------------------------------
66# slim image
77# --------------------------------------
8- FROM ghcr.io/renovatebot/base-image:13.88.4 @sha256:32ada198e0c5cd70d9232f6ef8c8e574548f02b30071a75cf7ad01ee31b25b09 AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.89.0 @sha256:c274dd06218a7c395eb233c08790031e8fe793ffb36b81f6e2fb046e0e16fb89 AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.88.4 -full@sha256:2705ffc6ab020649cd4b1c1626b87b84a2fb4170f24fc99fdf88c235d522b4ff AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.89.0 -full@sha256:9fc309997e5b808511dff50eefda3f730a52eae300ee7781c927a08d8c76cf6b AS full-base
1414
1515ENV RENOVATE_BINARY_SOURCE=global
1616
1717# --------------------------------------
1818# build image
1919# --------------------------------------
20- FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.88.4 @sha256:32ada198e0c5cd70d9232f6ef8c8e574548f02b30071a75cf7ad01ee31b25b09 AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.89.0 @sha256:c274dd06218a7c395eb233c08790031e8fe793ffb36b81f6e2fb046e0e16fb89 AS build
2121
2222# We want a specific node version here
2323# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
You can’t perform that action at this time.
0 commit comments