Dockerfile 에러 수정: node:20-alpine -> node:22-alpine

This commit is contained in:
2026-05-25 22:42:09 +09:00
parent d100f75ab9
commit b93bb6f4d9
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM node:20-alpine AS base
FROM node:22-alpine AS base
WORKDIR /app
ENV NEXT_TELEMETRY_DISABLED=1
RUN corepack enable