Skip to content

Commit 0fce8a4

Browse files
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.61.1 (main) (renovatebot#35518)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a11d8b7 commit 0fce8a4

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:9.61.0@sha256:938341cddf2d8f8721524a1426aaf9dcce50d4e7763281788f71695b790fd230 AS slim-base
8+
FROM ghcr.io/renovatebot/base-image:9.61.1@sha256:bf8e25316042b2f8ff58a1e00aa8c6e71206da10635034599565fbee472813d6 AS slim-base
99

1010
# --------------------------------------
1111
# full image
1212
# --------------------------------------
13-
FROM ghcr.io/renovatebot/base-image:9.61.0-full@sha256:6c0c8bb6f75e8c776baffb4d56e8bb7e6a4cf32d255396bcbd69a5f007c34b6c AS full-base
13+
FROM ghcr.io/renovatebot/base-image:9.61.1-full@sha256:a51a0db4c0867028489132477e8e4ebdb1f3dd0a01f1e3727520e1d7ca8f3e13 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:9.61.0@sha256:938341cddf2d8f8721524a1426aaf9dcce50d4e7763281788f71695b790fd230 AS build
20+
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.61.1@sha256:bf8e25316042b2f8ff58a1e00aa8c6e71206da10635034599565fbee472813d6 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)