From 0ae3da74a09fa3305615b44273f34f2ef92c4874 Mon Sep 17 00:00:00 2001 From: M1000fr Date: Tue, 10 Dec 2024 14:41:30 +0100 Subject: [PATCH] refactor: Update Node.js base image in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6a5eca..c91b825 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Node.js image as the base image -FROM node:20-alpine +FROM node:20 # Set the working directory inside the container WORKDIR /usr/src/app