update to node 24
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ARG REGISTRY=docker.io
|
||||
FROM ${REGISTRY}/node:22.21.1-alpine3.22 AS base
|
||||
FROM ${REGISTRY}/node:24.11.0-alpine3.22 AS base
|
||||
|
||||
LABEL version="0.0.2"
|
||||
LABEL version="0.0.3"
|
||||
LABEL description="Astro based documentation website"
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
||||
Reference in New Issue
Block a user