Skip to content

Commit e93b258

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.1.16 (main) (renovatebot#40934)
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.1.16 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 13.1.15 | 13.1.16 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07de074 commit e93b258

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
@@ -618,7 +618,7 @@ const options: Readonly<RenovateOptions>[] = [
618618
description:
619619
'Change this value to override the default Renovate sidecar image.',
620620
type: 'string',
621-
default: 'ghcr.io/renovatebot/base-image:13.1.15',
621+
default: 'ghcr.io/renovatebot/base-image:13.1.16',
622622
globalOnly: true,
623623
deprecationMsg:
624624
'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.1.15@sha256:b2cb86f3936af8dfb2feafacc86fbc639bcdc8335a121e2f907f031ac8a14821 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:13.1.16@sha256:9d1af09d73552aa60cce799560e897f963c9fd8c80be1bb2dd1598fc484ffdbc AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:13.1.15-full@sha256:f4a936bd41d3e2e8451c042d1871d1df4ac71f471a40af580c459c13033b3dd7 AS full-base
13+
FROM ghcr.io/renovatebot/base-image:13.1.16-full@sha256:45d8d8debc8fee26eed909d962fe3d00d9fc7caa9681ee260d234cc57f329d3d 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.1.15@sha256:b2cb86f3936af8dfb2feafacc86fbc639bcdc8335a121e2f907f031ac8a14821 AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.1.16@sha256:9d1af09d73552aa60cce799560e897f963c9fd8c80be1bb2dd1598fc484ffdbc 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)