Skip to content

Commit

Permalink
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v1.24.5 (
Browse files Browse the repository at this point in the history
#27480)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent 0da9e62 commit ece0bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:1.24.4@sha256:fb6995ef5990751eaa0e9b8ba5dd2144ae921e940c4d227770c36306787277ec AS slim-base
FROM ghcr.io/renovatebot/base-image:1.24.5@sha256:55547b5bb85759c5693a75a1965fadd3d4bb96270c26f1f136649366c230fde8 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:1.24.4-full@sha256:fd7f1f173893890b2e0df380e4e663461abef4e078dd1cb5be4fc671f9dd3e7c AS full-base
FROM ghcr.io/renovatebot/base-image:1.24.5-full@sha256:b7a56c6becda454a2bdae36d1d2162114e242443744da0aba85f235e8906d51a AS full-base

# --------------------------------------
# build image
Expand Down

0 comments on commit ece0bf6

Please sign in to comment.