From 05c1e14281bce6c00466310ea061e4c7a894380a Mon Sep 17 00:00:00 2001 From: Georgi Parlakov Date: Sat, 25 May 2024 07:56:15 +0300 Subject: [PATCH] update: Node v20 and Alpine 3.20 - reasoning: cloning the frontend in a dev container in vscode results in a unsupported alpine image error --- nodejs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/Dockerfile b/nodejs/Dockerfile index 80c99ae..8bd288d 100644 --- a/nodejs/Dockerfile +++ b/nodejs/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.10-alpine3.14 +FROM node:20-alpine RUN apk --no-cache add curl git zsh sudo docker-cli docker-compose