File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM buildpack-deps:buster
2
2
3
3
ENV OTP_VERSION="22.3.4.27" \
4
- REBAR3_VERSION="3.20 .0" \
4
+ REBAR3_VERSION="3.18 .0" \
5
5
REBAR_VERSION="2.6.4"
6
6
7
7
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -55,7 +55,7 @@ RUN set -xe \
55
55
56
56
RUN set -xe \
57
57
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
58
- && REBAR3_DOWNLOAD_SHA256="53ed7f294a8b8fb4d7d75988c69194943831c104d39832a1fa30307b1a8593de " \
58
+ && REBAR3_DOWNLOAD_SHA256="cce1925d33240d81d0e4d2de2eef3616d4c17b0532ed004274f875e6607d25d2 " \
59
59
&& mkdir -p /usr/src/rebar3-src \
60
60
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
61
61
&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
You can’t perform that action at this time.
0 commit comments