Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 32d8d9f commit fbe0b76
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 @@ -5,7 +5,7 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.15.2@sha256:d3a2f04a8aa38b49afcb231e039f7b972088187b71820d755bcaaa50c41df22e AS slim-base
FROM ghcr.io/renovatebot/base-image:7.15.3@sha256:176aef139e5769ce9ed90ead330a65d0b29516a3d278b45526d8182058bf7003 AS slim-base

# --------------------------------------
# full image
Expand All @@ -15,7 +15,7 @@ FROM ghcr.io/renovatebot/base-image:7.15.2-full@sha256:0e7560daf6ab02c038f9c8c04
# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.15.2@sha256:d3a2f04a8aa38b49afcb231e039f7b972088187b71820d755bcaaa50c41df22e AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.15.3@sha256:176aef139e5769ce9ed90ead330a65d0b29516a3d278b45526d8182058bf7003 AS build

# We want a specific node version here
# renovate: datasource=node-version
Expand Down

0 comments on commit fbe0b76

Please sign in to comment.