Skip to content

Commit

Permalink
Revert previous commit, stick with Alpine 3.16 and Erlang/OTP 24 (#3983)
Browse files Browse the repository at this point in the history
Alpine 3.17 includes Erlang/OTP 25, and it segfaults when
used in QEMU for arm64.

Revert "Update Alpine to 3.17 to get Elixir 1.14 required by recent libraries"
This reverts commit 43cae92.
  • Loading branch information
badlop committed Jan 26, 2023
1 parent 43cae92 commit 03cbc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17 AS build
FROM alpine:3.16 AS build
ARG VERSION=master

RUN apk upgrade --update musl \
Expand Down Expand Up @@ -63,7 +63,7 @@ RUN export PEM=/opt/ejabberd/conf/server.pem \
\ncertfiles: \
\n - /opt/ejabberd/conf/server.pem' "/opt/ejabberd/conf/ejabberd.yml"

FROM alpine:3.17
FROM alpine:3.16
ENV HOME=/opt/ejabberd
ARG VERSION=master

Expand Down

0 comments on commit 03cbc9b

Please sign in to comment.