File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ const options: Readonly<RenovateOptions>[] = [
618618 description :
619619 'Change this value to override the default Renovate sidecar image.' ,
620620 type : 'string' ,
621- default : 'ghcr.io/renovatebot/base-image:13.6.0 ' ,
621+ default : 'ghcr.io/renovatebot/base-image:13.6.1 ' ,
622622 globalOnly : true ,
623623 deprecationMsg :
624624 '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.6.0 @sha256:e1d4b55f8e5d8ded6f98842c32a3d75a1c2e87ca3b8c5d1a73afa84c5cd669a9 AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.6.1 @sha256:beaaa13178b79af9ad6e30b03ac5d05d092f4783f7fcac8488c437627bed34b0 AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.6.0 -full@sha256:1a873302b2f422bb9f1ec2824743ca0459256f9a7884ee17f94292a863dfdea5 AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.6.1 -full@sha256:d18f9b26eac78f5c755b569c1d86bcfbf5099e590879d842603d682cd0d030a7 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.6.0 @sha256:e1d4b55f8e5d8ded6f98842c32a3d75a1c2e87ca3b8c5d1a73afa84c5cd669a9 AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.6.1 @sha256:beaaa13178b79af9ad6e30b03ac5d05d092f4783f7fcac8488c437627bed34b0 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