Skip to content

Commit 94ee94e

Browse files
committed
Update golang to 1.23.1
1 parent 0b7ce4b commit 94ee94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM golang:1.17-alpine as overmind
2-
RUN GO111MODULE=on go get -u github.com/DarthSim/overmind/v2
1+
FROM golang:1.23.1-alpine as overmind
2+
RUN GO111MODULE=on go install github.com/DarthSim/overmind/v2@latest
33

44
FROM python:3.11-alpine
55
COPY --from=overmind /go/bin/overmind /usr/local/bin/overmind

0 commit comments

Comments
 (0)