mirror of
https://github.com/diced/zipline.git
synced 2026-04-28 10:43:06 -07:00
chore: update docker file node/alpine version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:20-alpine3.19 AS base
|
||||
FROM node:22-alpine3.20 AS base
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user