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:
copilot-swe-agent[bot]
2026-03-23 22:54:06 +00:00
parent 50235a2ef5
commit c97ec70f2c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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