From fbcedfed6c38f00c114b395cf152d803b01eddbe Mon Sep 17 00:00:00 2001 From: Juan Vega Date: Wed, 20 Mar 2024 20:11:02 -0400 Subject: [PATCH] Upgrade no to version 20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22fccf35..8f8a3ef0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine +FROM node:20-alpine LABEL "repository"="https://github.com/anothrNick/github-tag-action" LABEL "homepage"="https://github.com/anothrNick/github-tag-action" LABEL "maintainer"="Nick Sjostrom"