Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent d111a1e commit efed773
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.8@sha256:aeec3ae19dada622f7125c74bb2f3ada6e9cdcb92b459e6ccbd53d12b2d27f54 AS slim-base
FROM ghcr.io/renovatebot/base-image:2.0.9@sha256:5bcde2569074e931795b10eadfdc87a82af7b40654b8b6e92b2ab9f7398ceb70 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.0.8-full@sha256:fd354fa22152d6f36ea0e0d3abd98b0ffb924224bbdda0b1c805012b4f02026c AS full-base
FROM ghcr.io/renovatebot/base-image:2.0.9-full@sha256:5a57dd1eeb575f2559fe127cfb5204ac0871798f0db7d4fcfd1553415c7edd53 AS full-base

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

0 comments on commit efed773

Please sign in to comment.