chore(deps): update deps

This commit is contained in:
Sonny
2025-04-03 15:46:05 +02:00
parent af08964fcc
commit c54c1cc3da
6 changed files with 2045 additions and 1982 deletions

View File

@@ -1,6 +1,6 @@
# Source : https://github.com/adonisjs-community/adonis-packages/blob/main/Dockerfile
FROM node:22.11-alpine3.20 AS base
FROM node:22.14-alpine3.20 AS base
RUN apk --no-cache add curl
RUN corepack enable