1
0
mirror of https://github.com/erlang/docker-erlang-otp.git synced 2025-04-19 01:44:02 +03:00

roll back to alpine 3.20, as erts/configure does not detect poll() correctly when gcc 14 is used (#491)

This commit is contained in:
gerald 2025-01-07 10:24:10 +08:00 committed by GitHub
parent 4698d8157c
commit 31b38022c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.20
ENV OTP_VERSION="24.3.4.17" \
REBAR3_VERSION="3.23.0"

View File

@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.20
ENV OTP_VERSION="25.3.2.16" \
REBAR3_VERSION="3.24.0"

View File

@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.20
ENV OTP_VERSION="26.2.5.6" \
REBAR3_VERSION="3.24.0"

View File

@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.20
ENV OTP_VERSION="27.2" \
REBAR3_VERSION="3.24.0"