Skip to content

Commit

Permalink
Merge pull request #738 from erickpeirson/master
Browse files Browse the repository at this point in the history
Update Go to 1.20.5
  • Loading branch information
rusenask authored Aug 30, 2023
2 parents 1c6db11 + 49a7edf commit 220a46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.1
FROM golang:1.20.5
COPY . /go/src/github.com/keel-hq/keel
WORKDIR /go/src/github.com/keel-hq/keel
RUN make install
Expand Down

0 comments on commit 220a46f

Please sign in to comment.