try to fix github actions connection errors
This commit is contained in:
parent
b39f545677
commit
719cf0dba4
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:alpine as builder
|
||||
FROM node:16-alpine as builder
|
||||
|
||||
WORKDIR /metube
|
||||
COPY ui ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue