From ad5618c6b4a1d78f11ecfa480e9783aeeb8b5250 Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 10 Oct 2024 16:15:12 -0400 Subject: [PATCH] fixed casing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1819ca..d6b5014 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM catthehacker/ubuntu:act-latest AS uv COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv ENV UV_PYTHON_PREFERENCE=only-managed -FROM uv as docs +FROM uv AS docs RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \ apt-get update && \ apt-get install -y nodejs && \