Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update ghcr.io/renovatebot/base-image docker tag to v2.0.8 #27851

Merged
merged 1 commit into from Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.7@sha256:34fe5d402cb2e06bd16d31725f848206ccda8a86b307d5b4c5f60084886a0ffb AS slim-base
FROM ghcr.io/renovatebot/base-image:2.0.8@sha256:aeec3ae19dada622f7125c74bb2f3ada6e9cdcb92b459e6ccbd53d12b2d27f54 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.0.7-full@sha256:a97e002d4d37a34350944675d229e18dd5ef327732662c6be90b152468b8c4f1 AS full-base
FROM ghcr.io/renovatebot/base-image:2.0.8-full@sha256:fd354fa22152d6f36ea0e0d3abd98b0ffb924224bbdda0b1c805012b4f02026c AS full-base

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