mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v7.15.7 (#30858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0c85a8c5da
commit
2e78c2c75f
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.15.6@sha256:07dd95ad65aa657fca6321abbd7868dbb138b0f0bbc5031eaaea58f2333e4889 AS slim-base
|
||||
FROM ghcr.io/renovatebot/base-image:7.15.7@sha256:d301c86095e10e92c3a58dc26fa4dfc284ec7ca37057ac18dd00353038eadccb AS slim-base
|
||||
|
||||
# --------------------------------------
|
||||
# full image
|
||||
# --------------------------------------
|
||||
FROM ghcr.io/renovatebot/base-image:7.15.6-full@sha256:b927aa5754fce2a905e1d8a6f8d1b3eb81401411ddcd27530cb5b6f680a1669a AS full-base
|
||||
FROM ghcr.io/renovatebot/base-image:7.15.7-full@sha256:dc98f74f531232ac436f4ffeaff2f3c4c222aad8c8c5d9450d3aab8354411342 AS full-base
|
||||
|
||||
# --------------------------------------
|
||||
# build image
|
||||
# --------------------------------------
|
||||
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.15.6@sha256:07dd95ad65aa657fca6321abbd7868dbb138b0f0bbc5031eaaea58f2333e4889 AS build
|
||||
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.15.7@sha256:d301c86095e10e92c3a58dc26fa4dfc284ec7ca37057ac18dd00353038eadccb AS build
|
||||
|
||||
# We want a specific node version here
|
||||
# renovate: datasource=node-version
|
||||
|
|
Loading…
Reference in a new issue