Skip to content

Commit 08bcec4

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.13.1 (main) (renovatebot#41479)
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.13.1 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 13.13.0 | 13.13.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38b9442 commit 08bcec4

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
@@ -626,7 +626,7 @@ const options: Readonly<RenovateOptions>[] = [
626626
description:
627627
'Change this value to override the default Renovate sidecar image.',
628628
type: 'string',
629-
default: 'ghcr.io/renovatebot/base-image:13.13.0',
629+
default: 'ghcr.io/renovatebot/base-image:13.13.1',
630630
globalOnly: true,
631631
deprecationMsg:
632632
'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.13.0@sha256:d528d357351c247e7567f9550dd97ac0c4cdc2b2fd8d0bfc368b9957412872ab AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:13.13.1@sha256:e20bd1172894ae5659d5849fdc5ceab92ed8f41fdfbef8811ffcd713c44fbb17 AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:13.13.0-full@sha256:741482127c5c552e252df580ecbc3b4d3164ec76c8cd7da354b33a60a497432a AS full-base
13+
FROM ghcr.io/renovatebot/base-image:13.13.1-full@sha256:2129de48cccafc9bfb959092a5782f3ecb21afe57f3feb156db2d51125df9d57 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.13.0@sha256:d528d357351c247e7567f9550dd97ac0c4cdc2b2fd8d0bfc368b9957412872ab AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.13.1@sha256:e20bd1172894ae5659d5849fdc5ceab92ed8f41fdfbef8811ffcd713c44fbb17 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)