chore(deps): update deps

This commit is contained in:
Sonny
2025-11-09 03:15:13 +01:00
parent 64cd4820c5
commit d03004b841
5 changed files with 1292 additions and 994 deletions

View File

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