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.12.1 #29140

Merged
merged 1 commit into from
May 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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.12.0@sha256:bab0630f2746d55ce8dc77ee6348694d5e59fdf1c104e20b0f11da72dc6f0fc0 AS slim-base
FROM ghcr.io/renovatebot/base-image:2.12.1@sha256:82ba57636fbad8ff2c31e83ab37e5db374cbbfa3fb2d273d7a7bc3881ec40679 AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.12.0-full@sha256:3d2c27804ae190ee0a62f41305c5c02402f405e79acbcc3e1c9bd94036bbe5dd AS full-base
FROM ghcr.io/renovatebot/base-image:2.12.1-full@sha256:c7405ec3240e76c990e0b2c3449e611088f8f7222f8846bccd4ba8b61e99f4fd AS full-base

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