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.26.6 ' ,
652+ default : 'ghcr.io/renovatebot/base-image:13.26.7 ' ,
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.26.6 @sha256:b5fcf413d846aaca3fb11e12e3c782c83653903f7a8dd0d65a8e3c1a4f6778dc AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.26.7 @sha256:d825be3d2f36657fa72662e46c0f17fa566b50c9ee21eb1bf04ab65fea4b8546 AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.26.6 -full@sha256:45107d2fb12cea34c38c7327376462f657742c7e41591604c280b5aadf39232b AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.26.7 -full@sha256:f2f4edc266eea84158c0f46e55705c883edd345d6afc2729ad993205a313e9cb 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.26.6 @sha256:b5fcf413d846aaca3fb11e12e3c782c83653903f7a8dd0d65a8e3c1a4f6778dc AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.26.7 @sha256:d825be3d2f36657fa72662e46c0f17fa566b50c9ee21eb1bf04ab65fea4b8546 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