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.1.18 ' ,
621+ default : 'ghcr.io/renovatebot/base-image:13.2.0 ' ,
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.1.18 @sha256:092b022eaaf358a14490ed339d940fe4a998a8c8af40b48f586065eaca92c517 AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.2.0 @sha256:bf0611b3d9b83b0d7f1f60197389b3c5338663a292fb6b1762b5c5199e2f5cdc AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.1.18 -full@sha256:b38bf08b56f4e6bc5625f1c1474f7d80544ea783627461ed0ebd2ec033a64790 AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.2.0 -full@sha256:a7457b9784dc8957a0c8df4f8fbfd4b56e304e0f3ef66dfdbd8170c51c301cdf 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.1.18 @sha256:092b022eaaf358a14490ed339d940fe4a998a8c8af40b48f586065eaca92c517 AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.2.0 @sha256:bf0611b3d9b83b0d7f1f60197389b3c5338663a292fb6b1762b5c5199e2f5cdc 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