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 @@ -659,7 +659,7 @@ const options: Readonly<RenovateOptions>[] = [
659659 description :
660660 'Change this value to override the default Renovate sidecar image.' ,
661661 type : 'string' ,
662- default : 'ghcr.io/renovatebot/base-image:13.33.2 ' ,
662+ default : 'ghcr.io/renovatebot/base-image:13.33.3 ' ,
663663 globalOnly : true ,
664664 deprecationMsg :
665665 '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.33.2 @sha256:2098647eddccd9a96a623f2ad879eadf947e48f867c0c0ed3444215284211ee5 AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.33.3 @sha256:82f38147002acd8a65025c1f0c3e1e4bbc6a2d5e97eb349c5c950c84235f3de5 AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.33.2 -full@sha256:c5e27283c177eb03692169bb8c92e0e808c82b276d3a11135fc3c3548ee0351a AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.33.3 -full@sha256:82b5287d8f60a3bc6a50a7f116897c6dbfbc2e16d4c571cbdf471770824c6185 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.33.2 @sha256:2098647eddccd9a96a623f2ad879eadf947e48f867c0c0ed3444215284211ee5 AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.33.3 @sha256:82f38147002acd8a65025c1f0c3e1e4bbc6a2d5e97eb349c5c950c84235f3de5 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