Skip to content

Commit

Permalink
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v10.0.…
Browse files Browse the repository at this point in the history
…0-next.8 (next) (#34596)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 127edd5 commit bc84f54
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit bc84f54

Please # to comment.