From 7e099ba029362516bb18a2ede3552ede6ac54243 Mon Sep 17 00:00:00 2001 From: Jon Ervine Date: Wed, 17 Feb 2021 22:16:42 +0800 Subject: [PATCH] Fixed github branch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d5ba588..31696f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /src RUN apk add --no-cache --virtual .build-deps \ git python make g++ \ && apk add --no-cache openssh-client \ - && git clone https://github.com/krishnasrinivas/wetty --branch master /src \ + && git clone https://github.com/krishnasrinivas/wetty --branch main /src \ && npm install \ && apk del .build-deps \ && adduser -h /src -D term \