From 8ea2c03d239f3bd25891fbc2673a1a167ef49084 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 00:14:12 +0000 Subject: [PATCH] Update quay.io/lightspeed-core/lightspeed-stack Docker tag to v0.2.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..06ae920 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.2.0 AS builder ARG APP_ROOT=/app-root WORKDIR /app-root