Skip to content

Commit

Permalink
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.4.6
Browse files Browse the repository at this point in the history
| datasource | package                        | from  | to    |
| ---------- | ------------------------------ | ----- | ----- |
| docker     | ghcr.io/renovatebot/base-image | 9.4.4 | 9.4.6 |
| docker     | ghcr.io/renovatebot/base-image | 9.4.3 | 9.4.6 |
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent be9b52f commit a425360
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.4.4@sha256:929f57b34415175bdb70fd5dc9a03c4531fe40f441e4b141bca65f8ace32e9a8 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.4.6@sha256:d9d43634086fa0efc04e190089a1b8fd3c60f525f1a8f6d28db24ad90f34bf42 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:9.4.3-full@sha256:9502eb0c36c823b0a2b24f083841ad9a69a150ff6d1fec68c5c81117a43e48a6 AS full-base
FROM ghcr.io/renovatebot/base-image:9.4.6-full@sha256:0c5b56b46dfd30487d6866169f83e4b0a17924d2d4f6bc75669f8bed3640bdf6 AS full-base

ENV RENOVATE_BINARY_SOURCE=global

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.4.4@sha256:929f57b34415175bdb70fd5dc9a03c4531fe40f441e4b141bca65f8ace32e9a8 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.4.6@sha256:d9d43634086fa0efc04e190089a1b8fd3c60f525f1a8f6d28db24ad90f34bf42 AS build

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

0 comments on commit a425360

Please sign in to comment.