Compare commits

..

1 Commits

Author SHA1 Message Date
3d8ed58354 Update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-01-03 05:13:39 +00:00

View File

@ -1,4 +1,4 @@
FROM node:16-alpine AS base
FROM node:22-alpine AS base
RUN apk add --no-cache curl \
&& curl -sL https://unpkg.com/@pnpm/self-installer | node
# Install dependencies only when needed