We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36a600 commit 5bfa313Copy full SHA for 5bfa313
Dockerfiles/CI/Dockerfile
@@ -1 +1,4 @@
1
-FROM golang:1.12-alpine
+FROM golang:1.12
2
+
3
+RUN set -ex \
4
+ && curl -sL https://taskfile.dev/install.sh | sh
0 commit comments