File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11FROM buildpack-deps:bookworm
22
33ENV OTP_VERSION="26.2.5.11" \
4- REBAR3_VERSION="3.24 .0"
4+ REBAR3_VERSION="3.25 .0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
77
@@ -58,7 +58,7 @@ RUN set -xe \
5858
5959RUN set -xe \
6060 && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
61- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c " \
61+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440 " \
6262 && mkdir -p /usr/src/rebar3-src \
6363 && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
6464 && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
Original file line number Diff line number Diff line change 11FROM alpine:3.20
22
33ENV OTP_VERSION="26.2.5.11" \
4- REBAR3_VERSION="3.24 .0"
4+ REBAR3_VERSION="3.25 .0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
77
88RUN set -xe \
99 && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
1010 && OTP_DOWNLOAD_SHA256="2eef7aac690a6cedfe0e6a20fc2d700db3490b4e4249683c0e5b812ad71304ed" \
11- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c " \
11+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440 " \
1212 && apk add --no-cache --virtual .fetch-deps \
1313 curl \
1414 ca-certificates \
Original file line number Diff line number Diff line change 11FROM debian:bookworm
22
33ENV OTP_VERSION="26.2.5.11" \
4- REBAR3_VERSION="3.24 .0"
4+ REBAR3_VERSION="3.25 .0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
77
@@ -47,7 +47,7 @@ RUN set -xe \
4747 && make install ) \
4848 && find /usr/local -name examples | xargs rm -rf \
4949 && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
50- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c " \
50+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440 " \
5151 && mkdir -p /usr/src/rebar3-src \
5252 && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
5353 && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
Original file line number Diff line number Diff line change 11FROM buildpack-deps:bookworm
22
33ENV OTP_VERSION="27.3.4" \
4- REBAR3_VERSION="3.24 .0"
4+ REBAR3_VERSION="3.25 .0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
77
@@ -57,7 +57,7 @@ RUN set -xe \
5757
5858RUN set -xe \
5959 && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
60- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c " \
60+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440 " \
6161 && mkdir -p /usr/src/rebar3-src \
6262 && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
6363 && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
Original file line number Diff line number Diff line change 11FROM alpine:3.21
22
33ENV OTP_VERSION="27.3.4" \
4- REBAR3_VERSION="3.24 .0"
4+ REBAR3_VERSION="3.25 .0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
77
88RUN set -xe \
99 && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
1010 && OTP_DOWNLOAD_SHA256="c3a0a0b51df08f877eed88378f3d2da7026a75b8559803bd78071bb47cd4783b" \
11- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c " \
11+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440 " \
1212 && apk add --no-cache --virtual .fetch-deps \
1313 curl \
1414 ca-certificates \
Original file line number Diff line number Diff line change 11FROM debian:bookworm
22
33ENV OTP_VERSION="27.3.4" \
4- REBAR3_VERSION="3.24 .0"
4+ REBAR3_VERSION="3.25 .0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
77
@@ -47,7 +47,7 @@ RUN set -xe \
4747 && make install ) \
4848 && find /usr/local -name examples | xargs rm -rf \
4949 && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
50- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c " \
50+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440 " \
5151 && mkdir -p /usr/src/rebar3-src \
5252 && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
5353 && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
Original file line number Diff line number Diff line change 11FROM buildpack-deps:bookworm
22
33ENV OTP_VERSION="28.0" \
4- REBAR3_VERSION="3.24 .0"
4+ REBAR3_VERSION="3.25 .0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
77
@@ -57,7 +57,7 @@ RUN set -xe \
5757
5858RUN set -xe \
5959 && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
60- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c " \
60+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440 " \
6161 && mkdir -p /usr/src/rebar3-src \
6262 && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
6363 && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
Original file line number Diff line number Diff line change 11FROM alpine:3.21
22
33ENV OTP_VERSION="28.0" \
4- REBAR3_VERSION="3.24 .0"
4+ REBAR3_VERSION="3.25 .0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
77
88RUN set -xe \
99 && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
1010 && OTP_DOWNLOAD_SHA256="71b5bf16e5b7b5d9fae98576c87aceac447964aaa3b4b457a5f60906839af92c" \
11- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c " \
11+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440 " \
1212 && apk add --no-cache --virtual .fetch-deps \
1313 curl \
1414 ca-certificates \
Original file line number Diff line number Diff line change 11FROM debian:bookworm
22
33ENV OTP_VERSION="28.0" \
4- REBAR3_VERSION="3.24 .0"
4+ REBAR3_VERSION="3.25 .0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
77
@@ -47,7 +47,7 @@ RUN set -xe \
4747 && make install ) \
4848 && find /usr/local -name examples | xargs rm -rf \
4949 && REBAR3_DOWNLOAD_URL="https://github.com/erlang/rebar3/archive/${REBAR3_VERSION}.tar.gz" \
50- && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c " \
50+ && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440 " \
5151 && mkdir -p /usr/src/rebar3-src \
5252 && curl -fSL -o rebar3-src.tar.gz "$REBAR3_DOWNLOAD_URL" \
5353 && echo "$REBAR3_DOWNLOAD_SHA256 rebar3-src.tar.gz" | sha256sum -c - \
You can’t perform that action at this time.
0 commit comments