Skip to content

Commit 126c466

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.11.2 (main) (#41433)
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.11.2 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 13.11.1 | 13.11.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aefb471 commit 126c466

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.11.1',
629+
default: 'ghcr.io/renovatebot/base-image:13.11.2',
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.11.1@sha256:15e1393ff6f74b07115871d668c8eb88c172d44424a81e4b27257cb5596b3c2c AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:13.11.2@sha256:e133759fab1e9a3ae3104192e4f751d25a5f95d2a96d9f1c86e5055938012e8b AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:13.11.1-full@sha256:a44f8bd701832793f9bb8dd36bfa880e0a153bff1e1920891ef6f8e814485ee2 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:13.11.2-full@sha256:350f5af43e8c1b2a6dcd3ee47df835902925f0c61910306fe937f9230cf216da 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.11.1@sha256:15e1393ff6f74b07115871d668c8eb88c172d44424a81e4b27257cb5596b3c2c AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.11.2@sha256:e133759fab1e9a3ae3104192e4f751d25a5f95d2a96d9f1c86e5055938012e8b 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)