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 a08bb11 commit 23718c7Copy full SHA for 23718c7
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