From 63a7ddcb4830c649574ff8a99e1c5c7ed260d540 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Mon, 19 Aug 2024 16:26:53 -0500 Subject: [PATCH] fix image tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a69900c..2720a53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM 20.16.0-alpine3.20 AS runtime +FROM node:20.16.0-alpine3.20 AS runtime WORKDIR /app COPY . .