mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
feat(deps): update ghcr.io/renovatebot/base-image docker tag to v1.25.0 (#27541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e1364a0159
commit
cecefcad17
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@ ARG BASE_IMAGE_TYPE=slim
|
|||
# --------------------------------------
|
||||
# slim image
|
||||
# --------------------------------------
|
||||
FROM ghcr.io/renovatebot/base-image:1.24.9@sha256:89401dc8f92309db16a3f6da93b1686571816388aad2d5a3f897bf0e5774fa64 AS slim-base
|
||||
FROM ghcr.io/renovatebot/base-image:1.25.0@sha256:55983264b194be51cd49d77eef8d385a6d7465d6a7227ef28952d9b1f707cf21 AS slim-base
|
||||
|
||||
# --------------------------------------
|
||||
# full image
|
||||
# --------------------------------------
|
||||
FROM ghcr.io/renovatebot/base-image:1.24.9-full@sha256:f4a9b73042243b0be2a7a5cda8d8385a2f47a720c0eab816c35883efa1c07bda AS full-base
|
||||
FROM ghcr.io/renovatebot/base-image:1.25.0-full@sha256:dfb4e1944b431bd00c672102c5e5ab3a4f6d8351b6b572d8282b6e9f769e5d53 AS full-base
|
||||
|
||||
# --------------------------------------
|
||||
# build image
|
||||
|
|
Loading…
Reference in a new issue