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.1 | 5.1.1 |
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 1eabe38 commit afda2b2
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.1@sha256:2736f0ebd5582ee50fb0968737eb21d956ce8d6999a54ef62f794d0e05a0efc7 AS slim-base
FROM ghcr.io/renovatebot/base-image:5.1.1@sha256:a3313eba6de4b9b3f6bed4d6c9a68b950b05193dd64872e88d94055a3e639890 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.4.1-full@sha256:cdea961f20d73b8c58da2d1c061ca65b3995466cb3d4c4a9102ba5de9d2635de AS full-base
FROM ghcr.io/renovatebot/base-image:5.1.1-full@sha256:0e0ad1a237f18326405f23325ff1284511921554e5c73d854fb821e8e3080e42 AS full-base

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

0 comments on commit afda2b2

Please sign in to comment.