Updating to go 1.17 to fix CVE #944

This commit is contained in:
Mike Farah
2021-10-02 15:12:57 +10:00
parent e052ff8025
commit 989b11764d
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.15
FROM golang:1.17
COPY scripts/devtools.sh /opt/devtools.sh