Skip to content

Commit

Permalink
feat(deps): update ghcr.io/renovatebot/base-image docker tag to v9
Browse files Browse the repository at this point in the history
| datasource | package                        | from   | to    |
| ---------- | ------------------------------ | ------ | ----- |
| docker     | ghcr.io/renovatebot/base-image | 7.40.4 | 9.0.3 |
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent f680dcb commit 3bffe64
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.40.4@sha256:d4e4c137e0399a3d1d3ec33ca465adbf1a079c0c3449d422560a3041bc35ae1b AS slim-base
FROM ghcr.io/renovatebot/base-image:9.0.3@sha256:40e7b158548406e15b23181ee587b57cbd2957bc46765f9fadca79919a1171a1 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.40.4-full@sha256:f2f1ccd296889c839de978a5a2ed6c5d671abc67882ad866957b00ccaf717bc2 AS full-base
FROM ghcr.io/renovatebot/base-image:9.0.3-full@sha256:acdb3f7c0660b21a3a8ebed80503405357720533917ff19063d43ee5a147331a AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.40.4@sha256:d4e4c137e0399a3d1d3ec33ca465adbf1a079c0c3449d422560a3041bc35ae1b AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.0.3@sha256:40e7b158548406e15b23181ee587b57cbd2957bc46765f9fadca79919a1171a1 AS build

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

0 comments on commit 3bffe64

Please sign in to comment.