Skip to content

Commit

Permalink
Update golang image to latest stable version, from 1.20 to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jul 17, 2024
1 parent 63069d4 commit e7ff12e
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,4 +1,4 @@
FROM docker.io/golang:1.20-alpine AS api
FROM docker.io/golang:1.22-alpine AS api
RUN go install -v \
github.com/processone/ejabberd-api/cmd/ejabberd@latest \
&& mv bin/ejabberd bin/ejabberdapi
Expand Down

0 comments on commit e7ff12e

Please sign in to comment.