We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824991e commit 21247b2Copy full SHA for 21247b2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.14-alpine
+FROM golang:1.17-alpine
2
3
RUN apk --no-cache add git
4
@@ -20,4 +20,4 @@ RUN yum -y upgrade
20
WORKDIR /gitsecure
21
COPY --from=0 go/src/github.ibm.com/gitsecure-net-top/bin/net-top .
22
23
-ENTRYPOINT ["/gitsecure/net-top"]
+ENTRYPOINT ["/gitsecure/net-top"]
0 commit comments