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.31.0 ' ,
652+ default : 'ghcr.io/renovatebot/base-image:13.31.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.31.0 @sha256:7add8513d8064e5bc72420b5cf013bd4415f0ea82814e9f887af39e81a2f730d AS slim-base
8+ FROM ghcr.io/renovatebot/base-image:13.31.1 @sha256:11277b6dd58bde0a69a869c16ff0a82a9f2894fe1dd1fbebe30c4d9a8044776b AS slim-base
99
1010# --------------------------------------
1111# full image
1212# --------------------------------------
13- FROM ghcr.io/renovatebot/base-image:13.31.0 -full@sha256:3f84adef4589217a05d6c9dacbfd29c14098b3d8dd1b75661d2b66adfced9fbf AS full-base
13+ FROM ghcr.io/renovatebot/base-image:13.31.1 -full@sha256:abfd25c6cd1bd6990ca6dbcecb802ecb698520566c65861f8efa39e2d4a2cc24 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.31.0 @sha256:7add8513d8064e5bc72420b5cf013bd4415f0ea82814e9f887af39e81a2f730d AS build
20+ FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.31.1 @sha256:11277b6dd58bde0a69a869c16ff0a82a9f2894fe1dd1fbebe30c4d9a8044776b 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