Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
44ac00bfd6 Update Node.js to v24
All checks were successful
Build k8s-mgmt-pod image / Build & Push (pull_request) Successful in 1m50s
2026-06-29 12:24:18 +00:00

View file

@ -1,4 +1,4 @@
ARG NODE_IMAGE=node:22-trixie-slim ARG NODE_IMAGE=node:24-trixie-slim
FROM ${NODE_IMAGE} AS webssh2-builder FROM ${NODE_IMAGE} AS webssh2-builder
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive