Skip to content

Commit

Permalink
feat(deps): update ghcr.io/renovatebot/base-image docker tag to v8
Browse files Browse the repository at this point in the history
| datasource | package                        | from   | to    |
| ---------- | ------------------------------ | ------ | ----- |
| docker     | ghcr.io/renovatebot/base-image | 7.35.3 | 8.0.5 |
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 56f4553 commit d056075
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,17 +5,17 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.35.3@sha256:0931ab80e935e23831bc0480b460fb48dcf8b3249cda70e2fa7c7b36cd045ab7 AS slim-base
FROM ghcr.io/renovatebot/base-image:8.0.5@sha256:86a670b789c80baefbdf000edcad4086dc209f0255418d6b594dbb329352d5e9 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.35.3-full@sha256:ad12f19db55416a1f1b79b7031a54145713791374f9acdf6fb5c5071db255380 AS full-base
FROM ghcr.io/renovatebot/base-image:8.0.5-full@sha256:6d0d8e52c0326ea8d0ac0b2e31bb1ea5ac8f251eceb480e7961cf3afb4246b61 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.35.3@sha256:0931ab80e935e23831bc0480b460fb48dcf8b3249cda70e2fa7c7b36cd045ab7 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:8.0.5@sha256:86a670b789c80baefbdf000edcad4086dc209f0255418d6b594dbb329352d5e9 AS build

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

0 comments on commit d056075

Please sign in to comment.