File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -680,7 +680,7 @@ const options: Readonly<RenovateOptions>[] = [
680680 description :
681681 'Change this value to override the default Renovate sidecar image.' ,
682682 type : 'string' ,
683- default : 'ghcr.io/renovatebot/base-image:13.63.1 ' ,
683+ default : 'ghcr.io/renovatebot/base-image:13.63.2 ' ,
684684 globalOnly : true ,
685685 deprecationMsg :
686686 '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.63.1 @sha256:ad632b498b16629c95c3119dcb15ef3275bf9927f14befbeb96fc1422135cebb AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.63.2 @sha256:66afe6b6fbf535cd09697e91e0a47c551f821049aa8f131b619cc8e857351dbd AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.63.1 -full@sha256:5ada24cb7fff5e75f96defddc4b285cbbc75711e4a66e73c9a78c9322a710875 AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.63.2 -full@sha256:a5cee55851c8d14ba2a27bc45e893dfe4b3a388961f80f1e579ff776eac991e1 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.63.1 @sha256:ad632b498b16629c95c3119dcb15ef3275bf9927f14befbeb96fc1422135cebb AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.63.2 @sha256:66afe6b6fbf535cd09697e91e0a47c551f821049aa8f131b619cc8e857351dbd 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