From c776cf1da05082ab9ddf245ed123d5e5adcff178 Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Thu, 22 Jul 2021 10:03:15 +0200 Subject: [PATCH] Switch to floating 8.4 tag (#12) We're performing this change, because otherwise dependabot won't pick up newer releases (e.g. 8.4-205.1626828526) as an upgrade. By using the floating tag dependabot should realize that there is a mismatch in the digest (sha256:...) and update it. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c111b4..7634c44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8-minimal:8.4-205@sha256:48a4bec3d1dec90b5dd5420bf7c41a5756b7fbe8b862546134fbe2caa607679f +FROM registry.access.redhat.com/ubi8-minimal:8.4@sha256:48a4bec3d1dec90b5dd5420bf7c41a5756b7fbe8b862546134fbe2caa607679f LABEL org.opencontainers.image.authors="Adfinis AG " LABEL org.opencontainers.image.vendor="Adfinis"