File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -649,7 +649,7 @@ const options: Readonly<RenovateOptions>[] = [
649649 description :
650650 'Change this value to override the default Renovate sidecar image.' ,
651651 type : 'string' ,
652- default : 'ghcr.io/renovatebot/base-image:13.26.2 ' ,
652+ default : 'ghcr.io/renovatebot/base-image:13.26.3 ' ,
653653 globalOnly : true ,
654654 deprecationMsg :
655655 '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.26.2 @sha256:e025187bb19ee1c9ee635195966aba0a060b26c0dc86f92e1512d321cde159b0 AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.26.3 @sha256:e4616bbe35d2596ebc69193b5ddb41617efc5c4836533c12a451d8846248d2bc AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.26.2 -full@sha256:2f65bc667e3888442467c3adeb4e0c30213ba15b33dee370a796c23a36232307 AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.26.3 -full@sha256:b2c5e09368a43768d284322e56527914b997d6e635252068d11917ad33d9c3ef 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.26.2 @sha256:e025187bb19ee1c9ee635195966aba0a060b26c0dc86f92e1512d321cde159b0 AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.26.3 @sha256:e4616bbe35d2596ebc69193b5ddb41617efc5c4836533c12a451d8846248d2bc 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