Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent c12c57b commit 44b4793
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.12@sha256:4e40805172da37b74583f26b811aa47bde3f4e68afea511d451dad0ddc86d40a AS slim-base
FROM ghcr.io/renovatebot/base-image:9.27.13@sha256:79f3de6e7f66a74e952388dc187af366a939900222eefd5ae99c132de01ff3e6 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.27.12-full@sha256:5925cfd3e6ade0d1c7ca0b6c20be80ee055ce3d18e2d1d75b92fce1e0604f5a0 AS full-base
FROM ghcr.io/renovatebot/base-image:9.27.13-full@sha256:49c37172445b9675175bf7ab687b9979601184b4fe299a3ae57b05e05443fe7f AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.27.12@sha256:4e40805172da37b74583f26b811aa47bde3f4e68afea511d451dad0ddc86d40a AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.27.13@sha256:79f3de6e7f66a74e952388dc187af366a939900222eefd5ae99c132de01ff3e6 AS build

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

0 comments on commit 44b4793

Please sign in to comment.