Skip to content

Commit 21247b2

Browse files
authored
upgrading to golang 1.17
1 parent 824991e commit 21247b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14-alpine
1+
FROM golang:1.17-alpine
22

33
RUN apk --no-cache add git
44

@@ -20,4 +20,4 @@ RUN yum -y upgrade
2020
WORKDIR /gitsecure
2121
COPY --from=0 go/src/github.ibm.com/gitsecure-net-top/bin/net-top .
2222

23-
ENTRYPOINT ["/gitsecure/net-top"]
23+
ENTRYPOINT ["/gitsecure/net-top"]

0 commit comments

Comments
 (0)