From 8566114ad7d1ebc878a6e0ac0e829ff42bd0fa2a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:07:38 +0000 Subject: [PATCH] Update registry.gitlab.com/glitchtip/glitchtip-frontend Docker tag to v4.1.5 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c9646c..9e39fbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # ---- Upstream Glitchtip image ---- # Attention: Update the GLITCHTIP_VERSION also below in the release-glitchtip stage! -ARG GLITCHTIP_VERSION=v4.1.4 +ARG GLITCHTIP_VERSION=v4.1.5 # glitchtip-frontend image includes the glitchtip backend and the frontend FROM registry.gitlab.com/glitchtip/glitchtip-frontend:${GLITCHTIP_VERSION} as upstream-glitchtip