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.25.2 | 6.28.0 |
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent 911c572 commit 5aa3915
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.25.2@sha256:e58afb4d4ea3589dd0f3bf29f2f28126072047eb358efb0c739350bad8692d63 AS slim-base
FROM ghcr.io/renovatebot/base-image:6.28.0@sha256:7867d7dc0d9adbcdc497f92d3b44369a0157f5580800fd3f08fecc583be546a6 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.25.2-full@sha256:60a0efe024cd2c50741e872499d4b5d9256158e9edef7db22224167b352fa67f AS full-base
FROM ghcr.io/renovatebot/base-image:6.28.0-full@sha256:15fb2a170eae3cdf9a37bf0ef14bb832300dbf729fc0dcd94fb0d9a6e5e73142 AS full-base

# --------------------------------------
# build image
# --------------------------------------
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:2.25.2@sha256:e58afb4d4ea3589dd0f3bf29f2f28126072047eb358efb0c739350bad8692d63 AS build
FROM --platform=$BUILDPLATFORM ghcr.io/renovatebot/base-image:6.28.0@sha256:7867d7dc0d9adbcdc497f92d3b44369a0157f5580800fd3f08fecc583be546a6 AS build

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 5aa3915

Please sign in to comment.