Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 14258d5 commit b2f24db
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.0.0@sha256:020c21b98265a0bcfc631d4127720a9e5fd1c869c86212678e509fcfa419a9ce AS slim-base
FROM ghcr.io/renovatebot/base-image:7.1.0@sha256:1f3ed8b413ee6ce0be5b85a7faf85c40f06a774726aeb9bd5967936b4d551a43 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.0.0-full@sha256:ea0b7ed825cf989156c278b26197d08b6b28191d50780cd4e9582c16f3f24893 AS full-base
FROM ghcr.io/renovatebot/base-image:7.1.0-full@sha256:0cf0dd9a5432ee071095a3bbdaeab26d57d22766a267f19dda3944d3c77886f3 AS full-base

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

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

0 comments on commit b2f24db

Please sign in to comment.