Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 30, 2024
1 parent c106355 commit 959e493
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,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.30.0@sha256:e68f048321a365646cb0ae5659056d1c49265340ab67664935b9a1f4984fd26f AS slim-base
FROM ghcr.io/renovatebot/base-image:7.30.1@sha256:131847c809fe10413c82c8e76948046a672356ef379b572a07f194da6978354f AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.30.0-full@sha256:2024842431246d9c100a3251a6a4f5b696d8de5561850a5c2cdf8c9b1f77bb2b AS full-base
FROM ghcr.io/renovatebot/base-image:7.30.1-full@sha256:5ed5146b11c2ebf660edb30e061d125d981c6e353b5878107549d98bea75b543 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.30.0@sha256:e68f048321a365646cb0ae5659056d1c49265340ab67664935b9a1f4984fd26f AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.30.1@sha256:131847c809fe10413c82c8e76948046a672356ef379b572a07f194da6978354f AS build

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

0 comments on commit 959e493

Please sign in to comment.