File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ const options: Readonly<RenovateOptions>[] = [
692692 description :
693693 'Change this value to override the default Renovate sidecar image.' ,
694694 type : 'string' ,
695- default : 'ghcr.io/renovatebot/base-image:13.92.0 ' ,
695+ default : 'ghcr.io/renovatebot/base-image:13.92.1 ' ,
696696 globalOnly : true ,
697697 deprecationMsg :
698698 '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.92.0 @sha256:f77e9c350e5b6c744bdf65539ddbb3dab8fc7e651a52e79bc971a52d9ac27bbc AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.92.1 @sha256:697200654b4bc0b7d59274430263e8ad57a00df7157ffd05c633a81c0726e0ec AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.92.0 -full@sha256:1fc9bdc2d516c76ef7bfb61cf7ec893122ae06b7ffc625c1ca45893cc6ee0b4e AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.92.1 -full@sha256:33c6a0dfcc45cec1303baf47ca3f06479b40afa9d913ccb7a22f822033c78861 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.92.0 @sha256:f77e9c350e5b6c744bdf65539ddbb3dab8fc7e651a52e79bc971a52d9ac27bbc AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.92.1 @sha256:697200654b4bc0b7d59274430263e8ad57a00df7157ffd05c633a81c0726e0ec 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