Update versions

This commit is contained in:
TheMaddax 2025-06-25 18:02:47 -05:00
parent bb153e24e1
commit 52820b508f
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Use latest Node.js LTS Alpine image (updated for security)
FROM node:20-alpine
# Use Node.js 22 Alpine image to match package.json engines requirement
FROM node:22-alpine
WORKDIR /app

View file

@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine
# Set working directory
WORKDIR /app