Skip to content

Commit

Permalink
Update Go to 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erickpeirson committed Aug 30, 2023
1 parent 1c6db11 commit 49a7edf
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 49a7edf

Please sign in to comment.