Skip to content

Commit c8bd276

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v10.52.2 (main) (#38370)
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v10.52.2 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/renovatebot/base-image | 10.52.1 | 10.52.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1633b0 commit c8bd276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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:10.52.1@sha256:f69be09938608d81d6a921b8d4ab9108f4943a59eabc41be25c543ade6492e9f AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:10.52.2@sha256:040328eca7852f25070649d61b4bf0a0ca74551040cb7562665b4438896e7e7a AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:10.52.1-full@sha256:5b3cfc2ff8a3efe05af684f1b407f465370313a8eec93abdf66d02abb1b9b3ca AS full-base
13+
FROM ghcr.io/renovatebot/base-image:10.52.2-full@sha256:48c61c5706e03202654f212eafa0e7374b8c6abbb05363476d8df5753559d928 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:10.52.1@sha256:f69be09938608d81d6a921b8d4ab9108f4943a59eabc41be25c543ade6492e9f AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.52.2@sha256:040328eca7852f25070649d61b4bf0a0ca74551040cb7562665b4438896e7e7a 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)