Skip to content
Snippets Groups Projects
Unverified Commit cb1f8929 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

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

parent c8df80f0
No related branches found
No related tags found
No related merge requests found
...@@ -5,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim ...@@ -5,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim
# -------------------------------------- # --------------------------------------
# slim image # slim image
# -------------------------------------- # --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.23.0@sha256:aefb3c79800da4a9605be34dde5ba88576ffab7622321a12e3051e54ef4d4874 AS slim-base FROM ghcr.io/renovatebot/base-image:7.23.2@sha256:eb86d9bab9e54bf1dc042ce875c8a8f2ae7bb9d4f3ebcb017614a2891c700254 AS slim-base
# -------------------------------------- # --------------------------------------
# full image # full image
# -------------------------------------- # --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.23.0-full@sha256:7aae18cc574b756d0699e5d7a77372ebe150965a1ab4eadee644209e5ffb2b0e AS full-base FROM ghcr.io/renovatebot/base-image:7.23.2-full@sha256:464c914139e5b756438ff77f2526436bb72a5f595e0a17f52b52f733af6f4ee9 AS full-base
# -------------------------------------- # --------------------------------------
# build image # build image
# -------------------------------------- # --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.23.0@sha256:aefb3c79800da4a9605be34dde5ba88576ffab7622321a12e3051e54ef4d4874 AS build FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.23.2@sha256:eb86d9bab9e54bf1dc042ce875c8a8f2ae7bb9d4f3ebcb017614a2891c700254 AS build
# We want a specific node version here # We want a specific node version here
# renovate: datasource=node-version # renovate: datasource=node-version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment