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 @@ -626,7 +626,7 @@ const options: Readonly<RenovateOptions>[] = [
626626 description :
627627 'Change this value to override the default Renovate sidecar image.' ,
628628 type : 'string' ,
629- default : 'ghcr.io/renovatebot/base-image:13.7.4 ' ,
629+ default : 'ghcr.io/renovatebot/base-image:13.8.0 ' ,
630630 globalOnly : true ,
631631 deprecationMsg :
632632 '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.7.4 @sha256:2c4df7ff2746b9d3e322bdf4f3d8533021fc2ae0a4a454eb22de6a487dceee0e AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.8.0 @sha256:13938a6b732fe7a4becbf6fc8dde82a4ec050b95325d5579bd785c63aaa90f89 AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.7.4 -full@sha256:fc27c692fc586b4875003b28f8affa42372c36dc3619038f3d20ad88a15a9372 AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.8.0 -full@sha256:c07a0f9091315a468a65313b72d457ee6c9b12a1a3c8c69cc5c9435118dbd455 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.7.4 @sha256:2c4df7ff2746b9d3e322bdf4f3d8533021fc2ae0a4a454eb22de6a487dceee0e AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.8.0 @sha256:13938a6b732fe7a4becbf6fc8dde82a4ec050b95325d5579bd785c63aaa90f89 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