Skip to content
Snippets Groups Projects
Unverified Commit effa2fda 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.35.3 (#31932)

parent 139c9d0c
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.35.2@sha256:e82956ba7122b0c686f65013ad9b62e03c2d4033440e89f7a0404b2855673134 AS slim-base FROM ghcr.io/renovatebot/base-image:7.35.3@sha256:0931ab80e935e23831bc0480b460fb48dcf8b3249cda70e2fa7c7b36cd045ab7 AS slim-base
# -------------------------------------- # --------------------------------------
# full image # full image
# -------------------------------------- # --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.35.2-full@sha256:1ce62d4ad40a141850609bc88d0cd66e320866df8d0219f4086970fc74626be9 AS full-base FROM ghcr.io/renovatebot/base-image:7.35.3-full@sha256:ad12f19db55416a1f1b79b7031a54145713791374f9acdf6fb5c5071db255380 AS full-base
# -------------------------------------- # --------------------------------------
# build image # build image
# -------------------------------------- # --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.35.2@sha256:e82956ba7122b0c686f65013ad9b62e03c2d4033440e89f7a0404b2855673134 AS build FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.35.3@sha256:0931ab80e935e23831bc0480b460fb48dcf8b3249cda70e2fa7c7b36cd045ab7 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