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.11.2 | 6.9.0 |
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent 1c8eb34 commit 1a77f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.11.2@sha256:865603a61fea86becd8b373a8fcc2a3b5aa492958e1df52da3ff3402c8a5ca94 AS slim-base
FROM ghcr.io/renovatebot/base-image:6.9.0@sha256:bc6996602b832183027dc2b1af2532c28ab1af9a91f1d08c1c2c8579be3b3286 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.11.2-full@sha256:6356c034403a795159d390dccd9838e0c377748c17c5b638f808612dadd87e7e AS full-base
FROM ghcr.io/renovatebot/base-image:6.9.0-full@sha256:aae1c4226a670ef418941b179db888b5d842362c3ada5e36346e62ee7b0dc8f7 AS full-base

# --------------------------------------
# build image
Expand Down

0 comments on commit 1a77f5d

Please sign in to comment.