From 719cf0dba4d29b250ac8b216ac7b07f3d3e9b8ef Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 9 Dec 2023 14:08:34 +0200 Subject: [PATCH] try to fix github actions connection errors --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1166af..2985481 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine as builder +FROM node:16-alpine as builder WORKDIR /metube COPY ui ./