File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ const options: Readonly<RenovateOptions>[] = [
681681 description :
682682 'Change this value to override the default Renovate sidecar image.' ,
683683 type : 'string' ,
684- default : 'ghcr.io/renovatebot/base-image:13.75.7 ' ,
684+ default : 'ghcr.io/renovatebot/base-image:13.76.0 ' ,
685685 globalOnly : true ,
686686 deprecationMsg :
687687 '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.75.7 @sha256:7695b71b4549f08c75d209f54a86af3c1deeffd5bf42e51ca7d898d06d67f561 AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.76.0 @sha256:e6d8ec895128a7df6b6ce1fb1a2b9b8aba06f883498972f2040a146c9955984d AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.75.7 -full@sha256:f861cdee9706636ac2ba81e88a21fdb6f5a8a4b6706421913fa769382720e37a AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.76.0 -full@sha256:8d77530d55a27f8f6d5d7215cfbe17359ba5efc99d5e80e2283e7dc316d17c3e 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.75.7 @sha256:7695b71b4549f08c75d209f54a86af3c1deeffd5bf42e51ca7d898d06d67f561 AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.76.0 @sha256:e6d8ec895128a7df6b6ce1fb1a2b9b8aba06f883498972f2040a146c9955984d 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