Skip to content

Commit 83e64e8

Browse files
committed
Use Rebar3 3.18.0 for OTP 22
Starting from 3.19.0, Rebar3 only support OTP 23 to 25 inclusively. Hence, the last official supported Rebar3 for OTP 22 is 3.18.0. See: - https://github.com/erlang/rebar3/releases/tag/3.19.0 - erlang/rebar3#2706
1 parent 19e38e7 commit 83e64e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

22/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM buildpack-deps:buster
22

33
ENV OTP_VERSION="22.3.4.27" \
4-
REBAR3_VERSION="3.20.0" \
4+
REBAR3_VERSION="3.18.0" \
55
REBAR_VERSION="2.6.4"
66

77
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -55,7 +55,7 @@ RUN set -xe \
5555

5656
RUN set -xe \
5757
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
58-
&& REBAR3_DOWNLOAD_SHA256="53ed7f294a8b8fb4d7d75988c69194943831c104d39832a1fa30307b1a8593de" \
58+
&& REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2" \
5959
&& mkdir -p /usr/src/rebar3-src \
6060
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
6161
&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \

0 commit comments

Comments
 (0)