Update Go to 1.20.5
parent
1c6db11eb4
commit
49a7edfa76
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue