From 625526f08483e4920b262800545bc781a48474dd Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 11 Apr 2023 02:53:42 +0100 Subject: [PATCH] Update 'gitea-runner/Node18xDockerfile' --- gitea-runner/Node18xDockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-runner/Node18xDockerfile b/gitea-runner/Node18xDockerfile index d2c0b95..4aacf1d 100644 --- a/gitea-runner/Node18xDockerfile +++ b/gitea-runner/Node18xDockerfile @@ -4,4 +4,4 @@ FROM docker:stable RUN apk add --no-cache curl wget git # Install Node 18 -RUN apk add nodejs npm --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted \ No newline at end of file +RUN apk add nodejs npm --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted