replace placeholder with variable
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 3m8s

This commit is contained in:
brooke 2024-06-08 00:19:32 -04:00
parent 84fa48844d
commit a87bc23800

View file

@ -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 \