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

feat(deps): update ghcr.io/renovatebot/base-image docker tag to v2.3.0 #28587

Merged
merged 1 commit into from
Apr 22, 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.2.13@sha256:56a67aff6bd2b92e1a6e178b8b719ddba4c928df77f13fdca08018ec2c1356e5 AS slim-base
FROM ghcr.io/renovatebot/base-image:2.3.0@sha256:30644e7c93bef7bf25c69d17a435e20478a660e2eadee07457814cd65871381a AS slim-base

# --------------------------------------
# full image
# --------------------------------------
FROM ghcr.io/renovatebot/base-image:2.2.13-full@sha256:dc2df19771d34151a65a0ee3d658aa69d12869e66f3e81ebefd32db3b2c26ed5 AS full-base
FROM ghcr.io/renovatebot/base-image:2.3.0-full@sha256:f97ce8720f00b0c63ce84d84231de3c1778fd36a017bdf7b194e78298180d44f AS full-base

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