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.2 ' ,
683+ default : 'ghcr.io/renovatebot/base-image:13.64.0 ' ,
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.2 @sha256:66afe6b6fbf535cd09697e91e0a47c551f821049aa8f131b619cc8e857351dbd AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.64.0 @sha256:0e053a0ced0129cc8a3ca14bd297d5a759b55ce678bfcaeb0030168dbf15d7fc AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.63.2 -full@sha256:a5cee55851c8d14ba2a27bc45e893dfe4b3a388961f80f1e579ff776eac991e1 AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.64.0 -full@sha256:a50185d32a3161a78adc17875f6bcb0214fbc5d9ddbb69b202436f94c9e2192e 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.2 @sha256:66afe6b6fbf535cd09697e91e0a47c551f821049aa8f131b619cc8e857351dbd AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.64.0 @sha256:0e053a0ced0129cc8a3ca14bd297d5a759b55ce678bfcaeb0030168dbf15d7fc 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