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.32.0 |
  • Loading branch information
renovate[bot] committed Jul 25, 2024
1 parent 622497c commit 0c9990f
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.32.0@sha256:095076cdab89c6aaaf2ee799d185bf4abcdc26f04f10d0c2107a23ff39f091d6 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.32.0-full@sha256:9e04c259a3fc6429e884e4ef7afa90ec7c50dede9733326b2395282c835ec036 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.32.0@sha256:095076cdab89c6aaaf2ee799d185bf4abcdc26f04f10d0c2107a23ff39f091d6 AS build

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

0 comments on commit 0c9990f

Please sign in to comment.