Pinning LTS version.

This commit is contained in:
Daan Selen 2025-04-09 16:07:13 +02:00
parent 23c8c4999b
commit ecd32fa665

View File

@ -1,5 +1,5 @@
### STAGE 1 BUILDING. ### STAGE 1 BUILDING.
FROM node:lts-alpine AS builder FROM node:lts-alpine3.21 AS builder
# Any value inside one of the disable ARGs will be accepted. # Any value inside one of the disable ARGs will be accepted.
ARG DISABLE_MINIFY="yes" \ ARG DISABLE_MINIFY="yes" \