Skip to content

Commit

Permalink
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.4.5
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.5 |
| docker     | ghcr.io/renovatebot/base-image | 9.4.3 | 9.4.5 |
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent dc7b8d9 commit 9cd3de7
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.5@sha256:9591917cb1ff0455bebf4e2d3fd225e1a524a43a695c5db29c7bd354e0e606a9 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.5-full@sha256:d9632d87c45ceed7be9279cbc1ec9dca3a145d1c7cf8b50f28f6634ca0dab64b 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.5@sha256:9591917cb1ff0455bebf4e2d3fd225e1a524a43a695c5db29c7bd354e0e606a9 AS build

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

0 comments on commit 9cd3de7

Please sign in to comment.