mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v7.26.1 (#31464)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
dce69127d2
commit
26f3ee5de4
1 changed files with 3 additions and 3 deletions
|
@ -5,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim
|
|||
# --------------------------------------
|
||||
# slim image
|
||||
# --------------------------------------
|
||||
FROM ghcr.io/renovatebot/base-image:7.26.0@sha256:f09bea7f00bcca03684bd2465b9e0eecf7f1813985b8cfb008f7f84c83584dde AS slim-base
|
||||
FROM ghcr.io/renovatebot/base-image:7.26.1@sha256:0d1236dbb48b4db9dec471ca024582fd42aed6210d95a56dd98d016158fd77dd AS slim-base
|
||||
|
||||
# --------------------------------------
|
||||
# full image
|
||||
# --------------------------------------
|
||||
FROM ghcr.io/renovatebot/base-image:7.26.0-full@sha256:c21795a6d60505ea6c3e8afb955c5a2fb244ce58139ec64c34cd6c40366982ab AS full-base
|
||||
FROM ghcr.io/renovatebot/base-image:7.26.1-full@sha256:86d8d5fac84cf046c80021a01a0468980aaea437cb78b4d842dda37a0052e31d AS full-base
|
||||
|
||||
# --------------------------------------
|
||||
# build image
|
||||
# --------------------------------------
|
||||
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.26.0@sha256:f09bea7f00bcca03684bd2465b9e0eecf7f1813985b8cfb008f7f84c83584dde AS build
|
||||
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.26.1@sha256:0d1236dbb48b4db9dec471ca024582fd42aed6210d95a56dd98d016158fd77dd AS build
|
||||
|
||||
# We want a specific node version here
|
||||
# renovate: datasource=node-version
|
||||
|
|
Loading…
Reference in a new issue