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

fix(deps): update ghcr.io/renovatebot/base-image docker tag to v7.10.1 (#30672)

parent 41f7dd6b
No related branches found
No related tags found
No related merge requests found
...@@ -5,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim ...@@ -5,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim
# -------------------------------------- # --------------------------------------
# slim image # slim image
# -------------------------------------- # --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.10.0@sha256:bc79abbfc4e38e94eb1eb7c5a24b92044731b44d6b5a8f8a30186febfac5bcdc AS slim-base FROM ghcr.io/renovatebot/base-image:7.10.1@sha256:65cf8e54b4872c29be30ec3df28237388df418a26421b03dde6a768abe0e8348 AS slim-base
# -------------------------------------- # --------------------------------------
# full image # full image
# -------------------------------------- # --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.10.0-full@sha256:e55fa446528e95ba23e4dccfe5d9d3d83ee08a7ae4c1a338c82983309c499e6c AS full-base FROM ghcr.io/renovatebot/base-image:7.10.1-full@sha256:3ee360bb2acb78989aa38e8f04d2a7cbd234c136fd572908a4f65e44c1967f3a AS full-base
# -------------------------------------- # --------------------------------------
# build image # build image
# -------------------------------------- # --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.10.0@sha256:bc79abbfc4e38e94eb1eb7c5a24b92044731b44d6b5a8f8a30186febfac5bcdc AS build FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.10.1@sha256:65cf8e54b4872c29be30ec3df28237388df418a26421b03dde6a768abe0e8348 AS build
# We want a specific node version here # We want a specific node version here
# renovate: datasource=node-version # 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