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 @@ -649,7 +649,7 @@ const options: Readonly<RenovateOptions>[] = [
649649 description :
650650 'Change this value to override the default Renovate sidecar image.' ,
651651 type : 'string' ,
652- default : 'ghcr.io/renovatebot/base-image:13.27.6 ' ,
652+ default : 'ghcr.io/renovatebot/base-image:13.28.1 ' ,
653653 globalOnly : true ,
654654 deprecationMsg :
655655 '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.27.6 @sha256:a6fb970f8566215bb4d85208d9bc651df4dbc7218bc1567fae06c9371bb0df27 AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.28.1 @sha256:c74aae4eed8358b60d06d1d312c25027a4bf4fc17d4c6731f8e8032f510c8c64 AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.27.6 -full@sha256:4fbbd4c4ba47cf22639afed88a5ad25987571acf4c90c47064be6c192f981a76 AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.28.1 -full@sha256:aa52376b00c9f4c6c35d11bc2f3f20d7e9c8ee775a747a2c6e22d4309d3c1676 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.27.6 @sha256:a6fb970f8566215bb4d85208d9bc651df4dbc7218bc1567fae06c9371bb0df27 AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.28.1 @sha256:c74aae4eed8358b60d06d1d312c25027a4bf4fc17d4c6731f8e8032f510c8c64 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