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.41.1 | 9.1.2 |
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent f6c2f05 commit 1a60298
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.41.1@sha256:58cb099d1cc46d84077b05b5a7ee3d44f185394c3c6d28da74c70d47e4ab1299 AS slim-base
FROM ghcr.io/renovatebot/base-image:9.1.2@sha256:75eb3a05e505fccb784c359abc10ffbc77246f8c4cc91fc3d39ad66780f1ab50 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:7.41.1-full@sha256:5a300f1567ed348c8a39da58730c9d568d46da743b0e71d567be82e298398d12 AS full-base
FROM ghcr.io/renovatebot/base-image:9.1.2-full@sha256:0fe59dbf67b38a5b99615a50e3d8e9251a3e399b89fbc4e86c4eee41ed09e080 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:7.41.1@sha256:58cb099d1cc46d84077b05b5a7ee3d44f185394c3c6d28da74c70d47e4ab1299 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:9.1.2@sha256:75eb3a05e505fccb784c359abc10ffbc77246f8c4cc91fc3d39ad66780f1ab50 AS build

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

0 comments on commit 1a60298

Please sign in to comment.