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