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.24.3 | 6.26.3 |
  • Loading branch information
renovate[bot] committed Jul 7, 2024
1 parent 95a7af3 commit 762f5c3
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 @@ -3,17 +3,17 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.24.3@sha256:e7704e885fb948f01b9b81430b1f80f5c14169db9cc89a92d2a781fd1e2d2f12 AS slim-base
FROM ghcr.io/renovatebot/base-image:6.26.3@sha256:92de4d45e07f3cbe8b46e345d89e0ade54fd486e249023d378d8e5d70e7bd916 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.24.3-full@sha256:1804690db9a7dbb1a225aa519bb7da748b0dfc3bb2a4569eef9e5889cd61ee93 AS full-base
FROM ghcr.io/renovatebot/base-image:6.26.3-full@sha256:5c018a7053856043e1860ab99455af6886fe458751a7ce690cf14eb531cdaba9 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.24.3@sha256:e7704e885fb948f01b9b81430b1f80f5c14169db9cc89a92d2a781fd1e2d2f12 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:6.26.3@sha256:92de4d45e07f3cbe8b46e345d89e0ade54fd486e249023d378d8e5d70e7bd916 AS build

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 762f5c3

Please sign in to comment.