Skip to content

Commit

Permalink
feat(deps): update ghcr.io/renovatebot/base-image docker tag to v5
Browse files Browse the repository at this point in the history
| datasource | package                        | from  | to    |
| ---------- | ------------------------------ | ----- | ----- |
| docker     | ghcr.io/renovatebot/base-image | 2.4.3 | 5.1.3 |
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent 97857e1 commit 0612f61
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.4.3@sha256:b2cc6c1d2e28e94e59d1ac534a6ec574406c31bda8af65c5f7c2c0a8ee550d50 AS slim-base
FROM ghcr.io/renovatebot/base-image:5.1.3@sha256:5a9f385617243bcb54f8d7af7977af97a461ee4360a29f23197fd312c26f15fb AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.4.3-full@sha256:66684c1bd14c5ddf0111de55555def9951a24b81d5c77ebf4aee913e28aa3b90 AS full-base
FROM ghcr.io/renovatebot/base-image:5.1.3-full@sha256:1b213cfcf210cf812f1df5a33a9ed27ded9370cc9ada3a9057b478e6714ce299 AS full-base

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

0 comments on commit 0612f61

Please sign in to comment.