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.8.3 | 6.2.3 |
  • Loading branch information
renovate[bot] committed May 4, 2024
1 parent 096f1a0 commit c15a1d9
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.8.3@sha256:7b18182dba91fe1c68331ac0a958a648b181f147dc041adb99218cfb6f1b1319 AS slim-base
FROM ghcr.io/renovatebot/base-image:6.2.3@sha256:bf4c7ef650c9c7fc86bd4c1d80b87513fde33fcdecb284788dfa1ae3793acf9a AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.8.3-full@sha256:02a0637bf34805d8f18cae3f37ff5f1ea28a8fd49c32e6f89725e62846fbda02 AS full-base
FROM ghcr.io/renovatebot/base-image:6.2.3-full@sha256:9741c68c304d3770a535193f6e531aa4b74134e18e955063e5865ad75fe3bccc AS full-base

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

0 comments on commit c15a1d9

Please sign in to comment.