We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7ce4b commit 94ee94eCopy full SHA for 94ee94e
Dockerfile
@@ -1,5 +1,5 @@
1
-FROM golang:1.17-alpine as overmind
2
-RUN GO111MODULE=on go get -u github.com/DarthSim/overmind/v2
+FROM golang:1.23.1-alpine as overmind
+RUN GO111MODULE=on go install github.com/DarthSim/overmind/v2@latest
3
4
FROM python:3.11-alpine
5
COPY --from=overmind /go/bin/overmind /usr/local/bin/overmind
0 commit comments