From f299944bb0b07bd51710e99a641cb4c38a69ab0c Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Tue, 10 Sep 2024 13:34:00 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10 | datasource | package | from | to | | ---------- | ------------------------------------------- | ---- | ---- | | docker | registry.access.redhat.com/ubi8/ubi-minimal | 8.7 | 8.10 | --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index f92a1b73..1b2bfd8b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ # Using inlined version of ubi8-rust-builder, ends at ## END OF ubi8-rust-builder # Each modification (apart from removing ONBUILD clauses) should be preceded by a ## PATCH comment explaining the change #FROM docker.stackable.tech/stackable/ubi8-rust-builder AS builder -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7@sha256:3e1adcc31c6073d010b8043b070bd089d7bf37ee2c397c110211a6273453433f AS builder +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10@sha256:11bb492c19d974e6f67be661e76691e977184e98aff1cfad365363ae9055cff0 AS builder LABEL maintainer="Stackable GmbH" # https://github.com/hadolint/hadolint/wiki/DL4006