Skip to content

Commit

Permalink
fix(deps): update ghcr.io/renovatebot/base-image docker tag to v2.0.1 (
Browse files Browse the repository at this point in the history
…#27735)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 5, 2024
1 parent 83e1c91 commit 6b06555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/Dockerfile
Expand Up @@ -3,12 +3,12 @@ ARG BASE_IMAGE_TYPE=slim
# --------------------------------------
# slim image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.0.0@sha256:019146389c33a476b83bb2ae5b7d9d90d41e4050f2c4da6a6ffa3a4132a3cb9b AS slim-base
FROM ghcr.io/renovatebot/base-image:2.0.1@sha256:30fb6614d638f7ed887ae19b53d7d81e88b475b7b67c830cbb07a87eee82fa61 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.0.0-full@sha256:03105842b14883732ae866584aa3a2777e01cc8298781f6a57ff45cc914cc2de AS full-base
FROM ghcr.io/renovatebot/base-image:2.0.1-full@sha256:61c6feb57a8d8a8b7e5d36fa6eaf86c07ade3e43c2cde91e99e483415d226c28 AS full-base

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

0 comments on commit 6b06555

Please sign in to comment.