diff options
Diffstat (limited to 'gomf-modpanel')
-rw-r--r-- | gomf-modpanel/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gomf-modpanel/Dockerfile b/gomf-modpanel/Dockerfile index 8601629..412f093 100644 --- a/gomf-modpanel/Dockerfile +++ b/gomf-modpanel/Dockerfile @@ -4,7 +4,7 @@ RUN set -x \ && apk add --no-cache git build-base file-dev \ && git clone https://git.clsr.net/gomf/gomf-modpanel-web /gomf-modpanel-web \ && rm -rf /gomf-modpanel-web/.git \ - && go get -v git.clsr.net/gomf/gomf-modpanel + && go install git.clsr.net/gomf/gomf-modpanel@latest FROM alpine |