try to fix github actions connection errors

This commit is contained in:
Alex 2023-12-09 14:08:34 +02:00 committed by GitHub
parent b39f545677
commit 719cf0dba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:alpine as builder
FROM node:16-alpine as builder
WORKDIR /metube
COPY ui ./