Skip to content

Commit 556773b

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.33.13 (main) (renovatebot#42455)
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v13.33.13 | datasource | package | from | to | | ---------- | ------------------------------ | -------- | -------- | | docker | ghcr.io/renovatebot/base-image | 13.33.12 | 13.33.13 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7dd76a5 commit 556773b

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
@@ -659,7 +659,7 @@ const options: Readonly<RenovateOptions>[] = [
659659
description:
660660
'Change this value to override the default Renovate sidecar image.',
661661
type: 'string',
662-
default: 'ghcr.io/renovatebot/base-image:13.33.12',
662+
default: 'ghcr.io/renovatebot/base-image:13.33.13',
663663
globalOnly: true,
664664
deprecationMsg:
665665
'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.33.12@sha256:ddfb5f3fd15af431faa089537a4d04ceea836190e88361321206de1d2880b196 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:13.33.13@sha256:d2b5e6f542f11dd349df6f5b2875763ee19cf42d91bfb15cf6b57f142d2100bd AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:13.33.12-full@sha256:b562cc85cd65bcfe6dda842a5130cda9b4a5653127070586f9b8b0f5dae201ec AS full-base
13+
FROM ghcr.io/renovatebot/base-image:13.33.13-full@sha256:777648c2fc6dd21e75d8a432bbd0b8be91b65e579f0edec19f40c2aaa5d0b9dd 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.33.12@sha256:ddfb5f3fd15af431faa089537a4d04ceea836190e88361321206de1d2880b196 AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:13.33.13@sha256:d2b5e6f542f11dd349df6f5b2875763ee19cf42d91bfb15cf6b57f142d2100bd 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)