fix: hack/Dockerfile to reduce vulnerabilities (#2016)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-567125
- https://snyk.io/vuln/SNYK-DEBIAN10-PERL-570792
- https://snyk.io/vuln/SNYK-DEBIAN10-PERL-570797
- https://snyk.io/vuln/SNYK-DEBIAN10-PERL-570802
- https://snyk.io/vuln/SNYK-DEBIAN10-SUBVERSION-1071814

Co-authored-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Snyk bot
2021-05-10 18:19:37 +05:30
committed by GitHub
co-authored by Sanket Sudake
parent dfd8d340a0
commit 040763ebb2
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.12.13
FROM golang:1.16.3
ENV GO111MODULE on
RUN mkdir -p /go/src/github.com/fission
RUN wget -qO- https://download.docker.com/linux/static/stable/x86_64/docker-17.03.0-ce.tgz | tar xvz -C /usr/local/bin/ --strip 1