mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v7.7.2 (#30517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
283cda0f29
commit
6e28f25928
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.7.1@sha256:ae20dca7d5d04b411b407e7cdb010f795a1372e606dec464832d634d440989c4 AS slim-base
|
||||
FROM ghcr.io/renovatebot/base-image:7.7.2@sha256:49aeaac8c34f41568600fee3cdcdd8e738524da29a6c49fec1bf7611ee38de4e AS slim-base
|
||||
|
||||
# --------------------------------------
|
||||
# full image
|
||||
# --------------------------------------
|
||||
FROM ghcr.io/renovatebot/base-image:7.7.1-full@sha256:c34cd2bf5f0a4c82cd668579056c0600d2efbdc009f4195ec00050e18f437b88 AS full-base
|
||||
FROM ghcr.io/renovatebot/base-image:7.7.2-full@sha256:331d5ee7330870b3f1b8093177a5622e4cfed445b8698fdc89af41daa55a77c9 AS full-base
|
||||
|
||||
# --------------------------------------
|
||||
# build image
|
||||
# --------------------------------------
|
||||
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.7.1@sha256:ae20dca7d5d04b411b407e7cdb010f795a1372e606dec464832d634d440989c4 AS build
|
||||
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.7.2@sha256:49aeaac8c34f41568600fee3cdcdd8e738524da29a6c49fec1bf7611ee38de4e AS build
|
||||
|
||||
# We want a specific node version here
|
||||
# renovate: datasource=node-version
|
||||
|
|
Loading…
Reference in a new issue