Skip to content

Commit

Permalink
Bump rebar3 version in containers to 3.24.0
Browse files Browse the repository at this point in the history
This matches the version checked in to the aeternity master branch.
  • Loading branch information
richcarl committed Dec 10, 2024
1 parent aeac7c4 commit 3dfbd3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-focal
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ RUN set -xe \
&& cd rocksdb-src \
&& make shared_lib && make install-shared && ldconfig

ENV REBAR3_VERSION="3.17.0"
ENV REBAR3_VERSION="3.24.0"
RUN set -xe \
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
&& REBAR3_DOWNLOAD_SHA256="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
&& REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
&& mkdir -p /usr/src/rebar3-src \
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ RUN set -xe \
&& cd rocksdb-src \
&& make shared_lib && make install-shared && ldconfig

ENV REBAR3_VERSION="3.17.0"
ENV REBAR3_VERSION="3.24.0"
RUN set -xe \
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
&& REBAR3_DOWNLOAD_SHA256="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
&& REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
&& mkdir -p /usr/src/rebar3-src \
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-noble
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ RUN set -xe \
&& cd rocksdb-src \
&& make shared_lib && make install-shared && ldconfig

ENV REBAR3_VERSION="3.17.0"
ENV REBAR3_VERSION="3.24.0"
RUN set -xe \
&& REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
&& REBAR3_DOWNLOAD_SHA256="4c7f33a342bcab498f9bf53cc0ee5b698d9598b8fa9ef6a14bcdf44d21945c27" \
&& REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
&& mkdir -p /usr/src/rebar3-src \
&& curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
&& echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
Expand Down

0 comments on commit 3dfbd3c

Please sign in to comment.