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 ce8ea0a commit 63069d4Copy full SHA for 63069d4
ecs/Dockerfile
@@ -1,6 +1,6 @@
1
FROM docker.io/golang:1.20-alpine AS api
2
RUN go install -v \
3
- github.com/processone/ejabberd-api/cmd/ejabberd@master \
+ github.com/processone/ejabberd-api/cmd/ejabberd@latest \
4
&& mv bin/ejabberd bin/ejabberdapi
5
6
FROM ejabberd/mix as builder
0 commit comments