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

feat(deps): update ghcr.io/renovatebot/base-image docker tag to v2.25.0 (#30113)

parent 43e6b4d4
No related branches found
No related tags found
No related merge requests found
...@@ -3,17 +3,17 @@ ARG BASE_IMAGE_TYPE=slim ...@@ -3,17 +3,17 @@ ARG BASE_IMAGE_TYPE=slim
# -------------------------------------- # --------------------------------------
# slim image # slim image
# -------------------------------------- # --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.24.6@sha256:2c90410c33640b579143fa646a81ad58d274e9c7cc7c2b0a2bddfde13ee595ad AS slim-base FROM ghcr.io/renovatebot/base-image:2.25.0@sha256:cbdea86afc1701cc49ea729cbebd4977017843ef1727c1c0f9d259ed123b26eb AS slim-base
# -------------------------------------- # --------------------------------------
# full image # full image
# -------------------------------------- # --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.24.6-full@sha256:27f81b35d4e416b49e2bb21568d4c5ab0f0e869c164be4d62a043af8b6ec1d91 AS full-base FROM ghcr.io/renovatebot/base-image:2.25.0-full@sha256:ff6a7d49893c6bf8d2dc4ba2ec2d5a04e3eda010311ca2be440ca9bbcccdb528 AS full-base
# -------------------------------------- # --------------------------------------
# build image # build image
# -------------------------------------- # --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.24.6@sha256:2c90410c33640b579143fa646a81ad58d274e9c7cc7c2b0a2bddfde13ee595ad AS build FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.25.0@sha256:cbdea86afc1701cc49ea729cbebd4977017843ef1727c1c0f9d259ed123b26eb AS build
ARG TARGETPLATFORM ARG TARGETPLATFORM
ARG BUILDPLATFORM ARG BUILDPLATFORM
......
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