From 69afb35151c03e372af25f3521e7a2e007f696cc Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:29:36 +0000 Subject: [PATCH] Update quay.io/lightspeed-core/lightspeed-stack Docker tag to v0.3.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 18f6015..9e3ce2c 100644 --- a/Containerfile +++ b/Containerfile @@ -6,7 +6,7 @@ ARG GIT_COMMIT=git-commit-not-defined # ====================================================== # Transient image to construct Python venv # ------------------------------------------------------ -FROM quay.io/lightspeed-core/lightspeed-stack:0.1.3 AS builder +FROM quay.io/lightspeed-core/lightspeed-stack:0.3.0 AS builder ARG APP_ROOT=/app-root WORKDIR /app-root