From 7da7011570b9736868469cdc13744d409a915027 Mon Sep 17 00:00:00 2001 From: Andres Date: Fri, 20 Dec 2024 14:17:05 +0100 Subject: [PATCH] pin node version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 265d9a5..f9c9446 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Node.js LTS as a parent image -FROM node:lts-alpine +FROM node:20-alpine # Set the working directory in the Docker container WORKDIR /usr/src/app