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.2 #31499

Merged
merged 1 commit into from
Sep 20, 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.1@sha256:22ce5dd90acd0d1e13600befd758fb38b6e1b3561ee4b8dc943d6c4209f1ee54 AS slim-base
FROM ghcr.io/renovatebot/base-image:7.27.2@sha256:9961188822141631b43e886d05a482c5d2a04a1d5f4dfee524ac20a2b22427b2 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.27.1-full@sha256:c922c60d990ecd65f45c26e4da2f34743ab217ebff7b2d0abe0ca52eb9696ebc AS full-base
FROM ghcr.io/renovatebot/base-image:7.27.2-full@sha256:d770d4408dbe27594efbe4b043c5f2d90049368d3f1c5d1d29ced110f087da7c AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.27.1@sha256:22ce5dd90acd0d1e13600befd758fb38b6e1b3561ee4b8dc943d6c4209f1ee54 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.27.2@sha256:9961188822141631b43e886d05a482c5d2a04a1d5f4dfee524ac20a2b22427b2 AS build

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