Skip to content

Commit 9a3b49e

Browse files
committed
Bump alpine to 1.22 and golang 1.25 (#125)
1 parent 186a4bb commit 9a3b49e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ecs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/golang:1.22-alpine AS api
1+
FROM docker.io/golang:1.25-alpine AS api
22
RUN 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
5252
ARG VERSION
5353
ARG VCS_REF
5454
ARG BUILD_DATE

ecs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

mix/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19
1+
FROM alpine:3.22
22
LABEL maintainer="ProcessOne <[email protected]>" \
33
product="Ejabberd mix development environment"
44

0 commit comments

Comments
 (0)