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

feat(deps): update ghcr.io/renovatebot/base-image docker tag to v9.22.1 (#33103)

parent 3d86982c
No related branches found
No related tags found
No related merge requests found
......@@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.21.1@sha256:37080986a759161b3a22f153e4d0aeb7e3a859caba376eff894f27e185e32372 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.22.1@sha256:890df0216c9e2bcf668f78cb10408bcc995982b3a5187fe4c2e5e3b3373a542e AS slim-base
# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.21.1-full@sha256:442c8d1c0ed51bf7b6d1cb18d0779736158c2fb789b91ab9be11ed0d3669e3a1 AS full-base
FROM ghcr.io/renovatebot/base-image:9.22.1-full@sha256:d2873fcf84adcfb12d3d7fd3e678919eb09ae9ba108e739328c37df047778081 AS full-base
ENV RENOVATE_BINARY_SOURCE=global
# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.21.1@sha256:37080986a759161b3a22f153e4d0aeb7e3a859caba376eff894f27e185e32372 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.22.1@sha256:890df0216c9e2bcf668f78cb10408bcc995982b3a5187fe4c2e5e3b3373a542e 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