Skip to content

Commit

Permalink
feat(deps): update ghcr.io/renovatebot/base-image docker tag to v6
Browse files Browse the repository at this point in the history
| datasource | package                        | from   | to     |
| ---------- | ------------------------------ | ------ | ------ |
| docker     | ghcr.io/renovatebot/base-image | 2.28.1 | 6.31.0 |
  • Loading branch information
renovate[bot] committed Jul 24, 2024
1 parent 622497c commit 6d29415
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:2.28.1@sha256:c87903de86aa290a22ea0a0e068398117c9d5b54fc3353bd1599d4ea5b9ab583 AS slim-base
FROM ghcr.io/renovatebot/base-image:6.31.0@sha256:8772f9237905fb6cf5212a5f2de6b8007b13260c9e8340a339ed8fa9de40b225 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.28.1-full@sha256:80f23a28005b54c676e40b21548146c91e670ed6c65f1842af2c63be41667b91 AS full-base
FROM ghcr.io/renovatebot/base-image:6.31.0-full@sha256:66a63f9a9b4fa130136f1f5bdf5871b1f84f121ca8f5312b8460435db7cfb031 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.28.1@sha256:c87903de86aa290a22ea0a0e068398117c9d5b54fc3353bd1599d4ea5b9ab583 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:6.31.0@sha256:8772f9237905fb6cf5212a5f2de6b8007b13260c9e8340a339ed8fa9de40b225 AS build

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

0 comments on commit 6d29415

Please sign in to comment.