fix: upgrade Node.js base image to node:20-alpine in frontend Dockerfile
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> Agent-Logs-Url: https://github.com/christianlouis/pop_puller_to_gmail/sessions/32fd4658-d352-4f79-b6e0-e6908f526418
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Frontend Dockerfile for Next.js
|
||||
FROM node:18-alpine AS base
|
||||
FROM node:20-alpine AS base
|
||||
|
||||
# Install dependencies only when needed
|
||||
FROM base AS deps
|
||||
|
||||
Reference in New Issue
Block a user