Update dockerfile

This commit is contained in:
PJ 2021-12-01 11:04:02 +01:00
parent fe87f19e68
commit a03860419f
No known key found for this signature in database
GPG Key ID: F345964979FA8971
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ LABEL maintainer="NebulousLabs <devs@nebulous.tech>"
ENV GOOS linux
ENV GOARCH amd64
ARG branch=main
ARG branch=ivo/initial_impl
WORKDIR /root