Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update ghcr.io/renovatebot/base-image docker tag to v10.0.0-next.8 (next) #34596

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:10.0.0-next.7@sha256:7308c20c33d0bda82be5414fd22302b897a2f03d06a944dffa4a3a2e37caaa26 AS slim-base
FROM ghcr.io/renovatebot/base-image:10.0.0-next.8@sha256:848dfc55ba3abc7b3bb08e9a933e92bed7831d03d15dbd6554ff995ff40beae3 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:10.0.0-next.7-full@sha256:14d70d5a66ed430b1357cd462ca16dd51739e19c6ddb2bbae346df15f9c48dc3 AS full-base
FROM ghcr.io/renovatebot/base-image:10.0.0-next.8-full@sha256:c39c570bfded70619cc63c0ab35f1635cd144dfea32ab893e8d21a23bcbafa3a AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.0.0-next.7@sha256:7308c20c33d0bda82be5414fd22302b897a2f03d06a944dffa4a3a2e37caaa26 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:10.0.0-next.8@sha256:848dfc55ba3abc7b3bb08e9a933e92bed7831d03d15dbd6554ff995ff40beae3 AS build

# We want a specific node version here
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
Expand Down