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

fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.11.7 (#32852)

parent 94ae0680
No related branches found
Tags 39.45.2
No related merge requests found
......@@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.11.6@sha256:3754f084ac84c412bfc030c228ae969d966e4dc8221a40c2446aaabcdf11985b AS slim-base
FROM ghcr.io/renovatebot/base-image:9.11.7@sha256:623806f0239bd30986c258aa90d999c44d026b8ed6cea49af7dae9307665c8fd AS slim-base
# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.11.6-full@sha256:4f0b6c354a6648d6ccf8395891187e3adff7cc18d3047c0220dd32c95d72600a AS full-base
FROM ghcr.io/renovatebot/base-image:9.11.7-full@sha256:96514509c607fb21b6d815c82360c92f056626485dfd30d8cc41850e406e04cb AS full-base
ENV RENOVATE_BINARY_SOURCE=global
# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.11.6@sha256:3754f084ac84c412bfc030c228ae969d966e4dc8221a40c2446aaabcdf11985b AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.11.7@sha256:623806f0239bd30986c258aa90d999c44d026b8ed6cea49af7dae9307665c8fd 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