Skip to content

Commit 91049f0

Browse files
feat(deps): update ghcr.io/renovatebot/base-image docker tag to v13.31.0 (main) (renovatebot#42211)
feat(deps): update ghcr.io/renovatebot/base-image docker tag to v13.31.0 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 13.30.3 | 13.31.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f31aec3 commit 91049f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/config/options/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.30.3',
652+
default: 'ghcr.io/renovatebot/base-image:13.31.0',
653653
globalOnly: true,
654654
deprecationMsg:
655655
'The usage of `binarySource=docker` is deprecated, and will be removed in the future',

tools/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
55
# --------------------------------------
66
# slim image
77
# --------------------------------------
8-
FROM ghcr.io/renovatebot/base-image:13.30.3@sha256:b1f859190b0986a8bcf4dc200ea5d7f25ccdf8a1e7d1d3ee8c7f7e88f7da1c92 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:13.31.0@sha256:7add8513d8064e5bc72420b5cf013bd4415f0ea82814e9f887af39e81a2f730d AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:13.30.3-full@sha256:350fb9572d2e4571a672814adc45bd7b4d827f933e1f4984590a6a3e4bf13ac7 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:13.31.0-full@sha256:3f84adef4589217a05d6c9dacbfd29c14098b3d8dd1b75661d2b66adfced9fbf AS full-base
1414

1515
ENV RENOVATE_BINARY_SOURCE=global
1616

1717
# --------------------------------------
1818
# build image
1919
# --------------------------------------
20-
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.30.3@sha256:b1f859190b0986a8bcf4dc200ea5d7f25ccdf8a1e7d1d3ee8c7f7e88f7da1c92 AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.31.0@sha256:7add8513d8064e5bc72420b5cf013bd4415f0ea82814e9f887af39e81a2f730d AS build
2121

2222
# We want a specific node version here
2323
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node

0 commit comments

Comments
 (0)