Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent a18790c commit 0af6470
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.1.0@sha256:1f3ed8b413ee6ce0be5b85a7faf85c40f06a774726aeb9bd5967936b4d551a43 AS slim-base
FROM ghcr.io/renovatebot/base-image:7.2.0@sha256:e1be60ee4e30f9edc7460003d0ac7c7bc3ab76fefa1cdc9d6057dccd5fd5184e AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.1.0-full@sha256:0cf0dd9a5432ee071095a3bbdaeab26d57d22766a267f19dda3944d3c77886f3 AS full-base
FROM ghcr.io/renovatebot/base-image:7.2.0-full@sha256:3f0d9ea2e6a8b0cb6dd8e866edf3933ab893cad6c905b772a6e3a35503d424c3 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.1.0@sha256:1f3ed8b413ee6ce0be5b85a7faf85c40f06a774726aeb9bd5967936b4d551a43 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.2.0@sha256:e1be60ee4e30f9edc7460003d0ac7c7bc3ab76fefa1cdc9d6057dccd5fd5184e AS build

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

0 comments on commit 0af6470

Please sign in to comment.