Skip to content

Commit f6acbb5

Browse files
feat(deps): update ghcr.io/renovatebot/base-image docker tag to v13.86.0 (main) (#45254)
feat(deps): update ghcr.io/renovatebot/base-image docker tag to v13.86.0 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 13.85.1 | 13.86.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75c68d4 commit f6acbb5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/config/options/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ const options: Readonly<RenovateOptions>[] = [
681681
description:
682682
'Change this value to override the default Renovate sidecar image.',
683683
type: 'string',
684-
default: 'ghcr.io/renovatebot/base-image:13.85.1',
684+
default: 'ghcr.io/renovatebot/base-image:13.86.0',
685685
globalOnly: true,
686686
deprecationMsg:
687687
'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.85.1@sha256:dc9975f81b99eb3e2d02fa4d209f0d49791dbec8c8382dddd5462a72cb0f7679 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:13.86.0@sha256:c3984526f666193a5de7a5f30dbc03d81461bd8e3ed18529d5249b7ca4480151 AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:13.85.1-full@sha256:5e7d79957ab2dbbe7a8c1a06a03ca1f2ad403b4496aa01b652f8693b0e61abbf AS full-base
13+
FROM ghcr.io/renovatebot/base-image:13.86.0-full@sha256:75c4c51abe798e71612d93e9400951d658dc5f112ecc69479e14effc7443e143 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.85.1@sha256:dc9975f81b99eb3e2d02fa4d209f0d49791dbec8c8382dddd5462a72cb0f7679 AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.86.0@sha256:c3984526f666193a5de7a5f30dbc03d81461bd8e3ed18529d5249b7ca4480151 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)