Skip to content
Snippets Groups Projects
Unverified Commit 82fe8ead 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.36.6 (#32064)

parent e69de728
No related branches found
No related tags found
No related merge requests found
......@@ -5,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.36.5@sha256:42b3fe78ecf38749c6e3edd3ba6bc14a210042cda2c810b1a3f411f14013be76 AS slim-base
FROM ghcr.io/renovatebot/base-image:7.36.6@sha256:3fe9726060af265250037bb68037e0e5d34cee01145bc217ac50201f896c954c AS slim-base
# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.36.5-full@sha256:e45d79184a8edb8ce14887fef36d4861ffb8c51499b8fece2e2be15158683a8a AS full-base
FROM ghcr.io/renovatebot/base-image:7.36.6-full@sha256:553b83995aff26a13f2dc44caf2aa2023b0013cab7dfed6d51bc23e7f73320b7 AS full-base
# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.36.5@sha256:42b3fe78ecf38749c6e3edd3ba6bc14a210042cda2c810b1a3f411f14013be76 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.36.6@sha256:3fe9726060af265250037bb68037e0e5d34cee01145bc217ac50201f896c954c AS build
# We want a specific node version here
# 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