Fix docker

This commit is contained in:
ASOwnerYT
2026-03-20 23:14:54 +13:00
parent 84200ac175
commit ddbee83185
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Build stage
FROM node:20-alpine AS builder
FROM node:24-alpine AS builder
WORKDIR /app