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
1 changed files with 1 additions and 1 deletions

View File

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