consistently use node lts version
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22-alpine AS base
|
FROM node:lts-alpine AS base
|
||||||
|
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
RUN apk add --no-cache libc6-compat git
|
RUN apk add --no-cache libc6-compat git
|
||||||
|
|||||||
Reference in New Issue
Block a user