We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525c73c commit 2d5b7dcCopy full SHA for 2d5b7dc
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