File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM docker.io/golang:1.22 -alpine AS api
1+ FROM docker.io/golang:1.25 -alpine AS api
22RUN go install -v \
33 github.com/processone/ejabberd-api/cmd/ejabberd@latest \
44 && mv bin/ejabberd bin/ejabberdapi
@@ -48,7 +48,7 @@ RUN mkdir runtime \
4848 && cp -r /ejabberd/sql lib/ejabberd-*/priv
4949
5050# Runtime container
51- FROM docker.io/alpine:3.19
51+ FROM docker.io/alpine:3.22
5252ARG VERSION
5353ARG VCS_REF
5454ARG BUILD_DATE
Original file line number Diff line number Diff line change @@ -1072,7 +1072,7 @@ Let's summarize the differences between both container images. Legend:
10721072| Generated by | [container.yml](https://github.com/processone/ejabberd/blob/master/.github/workflows/container.yml) | [tests.yml](https://github.com/processone/docker-ejabberd/blob/master/.github/workflows/tests.yml) |
10731073| Built for | stable releases <br /> `master` branch | stable releases <br /> [`master` branch zip](https://github.com/processone/docker-ejabberd/actions/workflows/tests.yml) |
10741074| Architectures | `linux/amd64` <br /> `linux/arm64` | `linux/amd64` |
1075- | Software | Erlang/OTP 27.3.4.2-alpine <br /> Elixir 1.18.4 | Alpine 3.19 <br /> Erlang/OTP 26.2 <br /> Elixir 1.15.7 |
1075+ | Software | Erlang/OTP 27.3.4.2-alpine <br /> Elixir 1.18.4 | Alpine 3.22 <br /> Erlang/OTP 26.2 <br /> Elixir 1.18.3 |
10761076| Published in | [ghcr.io/processone/ejabberd](https://github.com/processone/ejabberd/pkgs/container/ejabberd) | [docker.io/ejabberd/ecs](https://hub.docker.com/r/ejabberd/ecs/) <br /> [ghcr.io/processone/ecs](https://github.com/processone/docker-ejabberd/pkgs/container/ecs) |
10771077| :black_square_button : **Additional content** |
10781078| [ejabberd-contrib](#ejabberd-contrib) | included | not included |
Original file line number Diff line number Diff line change 1- FROM alpine:3.19
1+ FROM alpine:3.22
22LABEL maintainer=
"ProcessOne <[email protected] >" \
33 product="Ejabberd mix development environment"
44
You can’t perform that action at this time.
0 commit comments