Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 20, 2024
1 parent 3384e68 commit 5899144
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.27.2@sha256:d67399072d75e36d26c9d9bd113838b84c0811a2da75c379b83f3a3c95be9751 AS slim-base
FROM ghcr.io/renovatebot/base-image:2.27.3@sha256:89e820b6679fa736ec8f51e49873f459a7a5ffa15307311bd0d0c1f6de9046a7 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.27.2-full@sha256:d0c6a220dda54e0a77e83d27a7d952345c2825c25cc99d022c7fb9dd0501511d AS full-base
FROM ghcr.io/renovatebot/base-image:2.27.3-full@sha256:a23740806ba8cb767d42b7d4550e7a55f6537266ae4082fec32d70de5f78ba41 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.27.2@sha256:d67399072d75e36d26c9d9bd113838b84c0811a2da75c379b83f3a3c95be9751 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.27.3@sha256:89e820b6679fa736ec8f51e49873f459a7a5ffa15307311bd0d0c1f6de9046a7 AS build

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 5899144

Please sign in to comment.