Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update ghcr.io/renovatebot/base-image docker tag to v7.27.6 #31535

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.27.5@sha256:75be70cc86395d6473a4a017ca6e47f1f8a89770d435b0744ac02d9ae38e7c52 AS slim-base
FROM ghcr.io/renovatebot/base-image:7.27.6@sha256:8e95a642473a44ea65af6e3f076a433938a639755ccc98e3e26e841e5f2a0e18 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.27.5-full@sha256:06ef5d28039d42eefcc4b2ee08e33d434226ce9f8b2ce4317baa2c1039f4873d AS full-base
FROM ghcr.io/renovatebot/base-image:7.27.6-full@sha256:0e93c340ebfed2fe463bd875ed44f793ddad6320b9a6bf3d5367ee1fbbf4a9ce AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.27.5@sha256:75be70cc86395d6473a4a017ca6e47f1f8a89770d435b0744ac02d9ae38e7c52 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.27.6@sha256:8e95a642473a44ea65af6e3f076a433938a639755ccc98e3e26e841e5f2a0e18 AS build

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