mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
update lsp base images node version
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
FROM python:3.11-slim as python-base
|
||||
FROM node:19-slim as node-base
|
||||
FROM python:3.12-slim as python-base
|
||||
FROM node:22-slim as node-base
|
||||
|
||||
FROM python-base
|
||||
COPY --from=node-base /usr/local /usr/local
|
||||
|
||||
Reference in New Issue
Block a user