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