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.2.2 #28339

Merged
merged 1 commit into from
Apr 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
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.2.1@sha256:2ac51c96ad0a9ac13e917a43f1d41efb9b5de2ee9cb0c7de8ebe2190ff8fb736 AS slim-base
FROM ghcr.io/renovatebot/base-image:2.2.2@sha256:e121ff74152de15dbe3b4bdbab8bd66547c89982e65a089b4d1e5a425f2d2dc0 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.2.1-full@sha256:28f781892e511cab616de97fec0bd1f2189538f98ef969dc4fb24b31718f42f3 AS full-base
FROM ghcr.io/renovatebot/base-image:2.2.2-full@sha256:7b10804f3f975018c220b46cf8e4efb2e60efbbf33d71ee3d65fa8c83fb12b53 AS full-base

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