From 73b992de37dd210592e88a1c34d693cbeb95bf1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:22:30 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-micro docker tag to v9.2-15.1696515526 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e882de..ac253d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -o /workspace/manager main # NOTE: ubi-micro is not be FIPS compliant, if openssl is not installed #@follow_tag(registry.redhat.io/ubi9/ubi-micro:9.2) -FROM registry.access.redhat.com/ubi9/ubi-micro:9.2 +FROM registry.access.redhat.com/ubi9/ubi-micro:9.2-15.1696515526 # Upstream sources # Downstream comment