Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 650cecc commit eef0127
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 @@ -5,19 +5,19 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.27.0@sha256:2bc3c958261da448a657fd5964a2fc8962c6adb9d62d4ee45341e10281e69cb6 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.27.1@sha256:495d198763bf4b0b6a024e5d1fcc84ef96cd4dc314bc6e81234ff95f3ddca9f6 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.27.0-full@sha256:68129cddd71b502fc360a40cf1bc671099373c6f12f17e9446062ee28bb4292b AS full-base
FROM ghcr.io/renovatebot/base-image:9.27.1-full@sha256:e8a772f656fd929c6de56b8582dfc4983b02acaac0104d3bf63a52deff57565c AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.27.0@sha256:2bc3c958261da448a657fd5964a2fc8962c6adb9d62d4ee45341e10281e69cb6 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.27.1@sha256:495d198763bf4b0b6a024e5d1fcc84ef96cd4dc314bc6e81234ff95f3ddca9f6 AS build

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

0 comments on commit eef0127

Please sign in to comment.