File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -660,7 +660,7 @@ const options: Readonly<RenovateOptions>[] = [
660660 description :
661661 'Change this value to override the default Renovate sidecar image.' ,
662662 type : 'string' ,
663- default : 'ghcr.io/renovatebot/base-image:13.36.8 ' ,
663+ default : 'ghcr.io/renovatebot/base-image:13.37.0 ' ,
664664 globalOnly : true ,
665665 deprecationMsg :
666666 '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.36.8 @sha256:498fbb339bb7b0c402ec0ce253de6934f9d6fd39c1c287b7fc0cffc7701e854f AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.37.0 @sha256:0269f58e0eca5b28014686d58cc823fa890284b617d66a3ec4cbbef8177d778d AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.36.8 -full@sha256:7511686ec6917b6f927bbca2f8bdc992b592571f72c8d3ec604895dc29c18cfe AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.37.0 -full@sha256:35b235ffa23592962b49f0cf58a853234e43c4971dd71e2cda78faa50fe40d73 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.36.8 @sha256:498fbb339bb7b0c402ec0ce253de6934f9d6fd39c1c287b7fc0cffc7701e854f AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.37.0 @sha256:0269f58e0eca5b28014686d58cc823fa890284b617d66a3ec4cbbef8177d778d 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