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.1 | 6.8.2 |
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent 1254f6a commit 45c33fc
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.1@sha256:6ee5889634c1060cfe62f5ba743b3d459cdb04ab3b88d49f211eade84386fec5 AS slim-base
FROM ghcr.io/renovatebot/base-image:6.8.2@sha256:d5a27817c6ea59327d1b0b739ab216c3ca3164c9a9eca1160cec920a04f63167 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.11.1-full@sha256:eb2e23f52fc7273be3105c0e9443052377bcd89723fbd65aeb16e96b37ed43e2 AS full-base
FROM ghcr.io/renovatebot/base-image:6.8.2-full@sha256:ed33240ca65aa3e18e8164d0a3774823cd9271e030408d25eab3bf93b8a0bf8b AS full-base

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

0 comments on commit 45c33fc

Please sign in to comment.