Skip to content
Snippets Groups Projects
Unverified Commit 9119ea85 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.21.5 (#31210)

parent 0eea967d
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.21.4@sha256:36e56ef2a5f3397af5165b02df4be596be9d162978397256bca63153c645ca00 AS slim-base FROM ghcr.io/renovatebot/base-image:7.21.5@sha256:af7d24c1d21e4e88ea78dd0199614c20300089a5a026f710cc361cfbf3ff1ea9 AS slim-base
# -------------------------------------- # --------------------------------------
# full image # full image
# -------------------------------------- # --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.21.4-full@sha256:eb3365187513d509bd16911e98a7232762561231f214cfe28469363c87bc033e AS full-base FROM ghcr.io/renovatebot/base-image:7.21.5-full@sha256:34609e779cfea870a34baaf8ec0f7bc0e047da15cfbe98b76d70c6152aeb452f AS full-base
# -------------------------------------- # --------------------------------------
# build image # build image
# -------------------------------------- # --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.21.4@sha256:36e56ef2a5f3397af5165b02df4be596be9d162978397256bca63153c645ca00 AS build FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.21.5@sha256:af7d24c1d21e4e88ea78dd0199614c20300089a5a026f710cc361cfbf3ff1ea9 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