summaryrefslogtreecommitdiffstats
path: root/gomf/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'gomf/Dockerfile')
-rw-r--r--gomf/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gomf/Dockerfile b/gomf/Dockerfile
index 4775fea..4ce5e46 100644
--- a/gomf/Dockerfile
+++ b/gomf/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-web /gomf-web \
&& rm -rf /gomf-web/.git \
- && go get -v git.clsr.net/gomf/gomf
+ && go install git.clsr.net/gomf/gomf@latest
FROM alpine