From a87bc238005203d32285bd843a01208dbe6bff9a Mon Sep 17 00:00:00 2001 From: brooke Date: Sat, 8 Jun 2024 00:19:32 -0400 Subject: [PATCH] replace placeholder with variable --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f153b6..402f305 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN curl -sL -o hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz https://github. RUN curl -sL -o node-v${NODE_VERSION}.tar.xz "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}.tar.xz" && \ tar -xf "node-v${NODE_VERSION}.tar.xz" && \ - cd node-v22.2.0 && \ + cd node-v${NODE_VERSION} && \ ./configure --prefix=/usr \ --shared-brotli \ --shared-zlib \