Skip to content

Commit a6e24f2

Browse files
committed
Bump erlang
And revert erlang patch backports
1 parent dd27cf7 commit a6e24f2

File tree

8 files changed

+18
-38
lines changed

8 files changed

+18
-38
lines changed

3.13/alpine/Dockerfile

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3.13/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.0/alpine/Dockerfile

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.0/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.1-rc/alpine/Dockerfile

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.1-rc/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-alpine.template

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@ RUN set -eux; \
134134
echo "$OTP_SOURCE_SHA256 *$OTP_PATH.tar.gz" | sha256sum -c -; \
135135
tar --extract --file "$OTP_PATH.tar.gz" --directory "$OTP_PATH" --strip-components 1; \
136136
\
137-
# https://github.com/erlang/otp/pull/9212
138-
wget --output-document otp-9212.patch 'https://github.com/erlang/otp/commit/e2604aa7a92b3bb7c1293afd12705c7ce9c952a4.patch?full_index=1'; \
139-
echo '35ec51529bdd6cab4b173b4e1fe844efa82f74eba76a99a74f746778d64dffa7 *otp-9212.patch' | sha256sum -c -; \
140-
patch --input="$PWD/otp-9212.patch" --directory="$OTP_PATH" --strip=1; \
141-
\
142137
# Configure Erlang/OTP for compilation, disable unused features & applications
143138
# https://erlang.org/doc/applications.html
144139
# ERL_TOP is required for Erlang/OTP makefiles to find the absolute path for the installation

versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"version": "3.1.7"
99
},
1010
"otp": {
11-
"sha256": "96ce3340450756fdabf8fdb2e3ceb0489eb679f6b51b7b7ac6417c2e6f495bb8",
12-
"version": "26.2.5.6"
11+
"sha256": "49afee0ae2c5f9537c4c433caf1ae6d04d8b2cf74aa92c50f133d9feebdf1036",
12+
"version": "26.2.5.7"
1313
},
1414
"ubuntu": {
1515
"version": "24.04"
@@ -26,8 +26,8 @@
2626
"version": "3.3.2"
2727
},
2828
"otp": {
29-
"sha256": "b66c2cc4fa2c87211b668e4486d4f3e5b1b6705698873ea3e6d9850801ac992d",
30-
"version": "27.2"
29+
"sha256": "07982134e10637dde57cf9cdc6dda6f65425810229986136d184766d4db9eda3",
30+
"version": "27.2.1"
3131
},
3232
"ubuntu": {
3333
"version": "24.04"
@@ -44,8 +44,8 @@
4444
"version": "3.3.2"
4545
},
4646
"otp": {
47-
"sha256": "b66c2cc4fa2c87211b668e4486d4f3e5b1b6705698873ea3e6d9850801ac992d",
48-
"version": "27.2"
47+
"sha256": "07982134e10637dde57cf9cdc6dda6f65425810229986136d184766d4db9eda3",
48+
"version": "27.2.1"
4949
},
5050
"ubuntu": {
5151
"version": "24.04"

0 commit comments

Comments
 (0)