Skip to content

Commit

Permalink
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.7.10 (
Browse files Browse the repository at this point in the history
#32584)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 17, 2024
1 parent 2375e5d commit 7b629e9
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:9.7.6@sha256:7e11e56ec602e91f8f19ebd0397c741d5bdb9621d2fdbc4efe342f4ab228d04c AS slim-base
FROM ghcr.io/renovatebot/base-image:9.7.10@sha256:cb9080d769a155c348d8a81ed8fbe26a05b3f78a155a9aba96df06448afcb36f AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.7.6-full@sha256:3fdc565162cd372dcafac41c081939f57f1bb2ce2c208953658159884852ae72 AS full-base
FROM ghcr.io/renovatebot/base-image:9.7.10-full@sha256:6cd747d0cdf8c7d9da08918463b777932052da3817183f75959bf9e652eb3ccf AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.7.6@sha256:7e11e56ec602e91f8f19ebd0397c741d5bdb9621d2fdbc4efe342f4ab228d04c AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.7.10@sha256:cb9080d769a155c348d8a81ed8fbe26a05b3f78a155a9aba96df06448afcb36f AS build

# We want a specific node version here
# renovate: datasource=node-version
Expand Down

0 comments on commit 7b629e9

Please sign in to comment.