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

This commit is contained in:
2025-02-04 01:17:55 +00:00
parent 4fddbe60d5
commit a401e53d41
2 changed files with 6 additions and 6 deletions

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