Skip to content

Commit

Permalink
Update golang Docker tag to v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2023
1 parent 8a4fa3a commit 03fa9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM golang:1.18
FROM golang:1.20
ENTRYPOINT ["/bin/bash"]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18
FROM golang:1.20
COPY src/hello /go/src/hello
RUN go install hello
ENTRYPOINT ["/go/bin/hello"]

0 comments on commit 03fa9e5

Please sign in to comment.