Update versions
This commit is contained in:
parent
bb153e24e1
commit
52820b508f
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:20-alpine
|
||||
FROM node:22-alpine
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue