Skip to content

Commit

Permalink
Use latest ejabberd-api version, which fixes go version numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jun 13, 2024
1 parent ce8ea0a commit 63069d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/golang:1.20-alpine AS api
RUN go install -v \
github.com/processone/ejabberd-api/cmd/ejabberd@master \
github.com/processone/ejabberd-api/cmd/ejabberd@latest \
&& mv bin/ejabberd bin/ejabberdapi

FROM ejabberd/mix as builder
Expand Down

0 comments on commit 63069d4

Please sign in to comment.