Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 21, 2024
1 parent d88debd commit 1aedf7b
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.15.9@sha256:2358998f33fd3c6dcf39e469af5cf17fafa37a7d1963eccba72a3f168f985a8c AS slim-base
FROM ghcr.io/renovatebot/base-image:7.15.10@sha256:64edb150f5e7d6c17a154f1d2e89c32a153918786b801f5b65c92d8ccd26c464 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.15.9-full@sha256:769049a2df1a0c7b334eee3a2727271822162815b63d7e38eba45e130587a35a AS full-base
FROM ghcr.io/renovatebot/base-image:7.15.10-full@sha256:5064a071f32d77ceb6e8c7d647f19e1e28c64a56a24f554d0fb2c048f3c1b301 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.15.9@sha256:2358998f33fd3c6dcf39e469af5cf17fafa37a7d1963eccba72a3f168f985a8c AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.15.10@sha256:64edb150f5e7d6c17a154f1d2e89c32a153918786b801f5b65c92d8ccd26c464 AS build

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

0 comments on commit 1aedf7b

Please sign in to comment.