try to fix github actions connection errors

This commit is contained in:
Alex 2023-12-09 11:52:53 +02:00 committed by GitHub
parent 6cb05aeec3
commit b39f545677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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