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 @@ -633,7 +633,7 @@ const options: Readonly<RenovateOptions>[] = [
633633 description :
634634 'Change this value to override the default Renovate sidecar image.' ,
635635 type : 'string' ,
636- default : 'ghcr.io/renovatebot/base-image:13.13.1 ' ,
636+ default : 'ghcr.io/renovatebot/base-image:13.13.2 ' ,
637637 globalOnly : true ,
638638 deprecationMsg :
639639 '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.13.1 @sha256:e20bd1172894ae5659d5849fdc5ceab92ed8f41fdfbef8811ffcd713c44fbb17 AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.13.2 @sha256:9e6b9d74e599ba2e3184138e9668f5567b5d081435b49768bf9e01770c309e1c AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.13.1 -full@sha256:2129de48cccafc9bfb959092a5782f3ecb21afe57f3feb156db2d51125df9d57 AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.13.2 -full@sha256:3d8bbc57d13a4b1d32c86dcb6a4e31955646e3025c76b2464944cc801cc23ebe 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.13.1 @sha256:e20bd1172894ae5659d5849fdc5ceab92ed8f41fdfbef8811ffcd713c44fbb17 AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.13.2 @sha256:9e6b9d74e599ba2e3184138e9668f5567b5d081435b49768bf9e01770c309e1c 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