From fad26e15d503bdc9392d579e35093c431eec9f5a Mon Sep 17 00:00:00 2001 From: Luthfi Arifin Date: Sun, 6 Oct 2024 20:37:28 +0700 Subject: [PATCH] refactor: Update Node.js version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc21ad6..60a7ea7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node.js runtime as a parent image -FROM node:18-alpine +FROM node:22-alpine # Set the working directory inside the container WORKDIR /usr/src/app