Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 9, 2024
1 parent f444036 commit 9c0b54b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.24.4@sha256:eaa1941ae992dc7cf836cd71225f58f6c6d57ad0765d6aa2f299482794bc8b8e AS slim-base
FROM ghcr.io/renovatebot/base-image:2.24.5@sha256:5b53750b226d5e4ba93eb79dba90670281d98664cea3e74bae16ee581443f655 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.24.4-full@sha256:9ff47d06e5da32bed898464a9b0341ed9f6e4ccef2ac922f11c695d9b3b77fa9 AS full-base
FROM ghcr.io/renovatebot/base-image:2.24.5-full@sha256:762ce551a1f35427d59142ceac1bd696f83ae24a7cae10865ea94647af610efe AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.24.4@sha256:eaa1941ae992dc7cf836cd71225f58f6c6d57ad0765d6aa2f299482794bc8b8e AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.24.5@sha256:5b53750b226d5e4ba93eb79dba90670281d98664cea3e74bae16ee581443f655 AS build

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 9c0b54b

Please sign in to comment.