Skip to content

Commit e7ff12e

Browse files
committed
Update golang image to latest stable version, from 1.20 to 1.22
1 parent 63069d4 commit e7ff12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/golang:1.20-alpine AS api
1+
FROM docker.io/golang:1.22-alpine AS api
22
RUN go install -v \
33
github.com/processone/ejabberd-api/cmd/ejabberd@latest \
44
&& mv bin/ejabberd bin/ejabberdapi

0 commit comments

Comments
 (0)