Skip to content

Commit

Permalink
Update Rebar3 to 3.24.0 for OTP 25/26/27
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Nov 1, 2024
1 parent 84e8644 commit e8dfded
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions 25/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM buildpack-deps:bullseye

ENV OTP_VERSION="25.3.2.13" \
REBAR3_VERSION="3.23.0"
REBAR3_VERSION="3.24.0"

LABEL org.opencontainers.image.version=$OTP_VERSION

Expand Down Expand Up @@ -45,7 +45,7 @@ ENV REBAR_VERSION="2.6.4"

RUN set -xe \
&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" \
&& REBAR_DOWNLOAD_SHA256="577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07" \
&& REBAR_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
&& mkdir -p /usr/src/rebar-src \
&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" \
&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - \
Expand Down
2 changes: 1 addition & 1 deletion 25/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18

ENV OTP_VERSION="25.3.2.13" \
REBAR3_VERSION="3.23.0"
REBAR3_VERSION="3.24.0"

LABEL org.opencontainers.image.version=$OTP_VERSION

Expand Down
2 changes: 1 addition & 1 deletion 25/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bullseye

ENV OTP_VERSION="25.3.2.13" \
REBAR3_VERSION="3.23.0"
REBAR3_VERSION="3.24.0"

LABEL org.opencontainers.image.version=$OTP_VERSION

Expand Down
4 changes: 2 additions & 2 deletions 26/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM buildpack-deps:bookworm

ENV OTP_VERSION="26.2.5.2" \
REBAR3_VERSION="3.23.0"
REBAR3_VERSION="3.24.0"

LABEL org.opencontainers.image.version=$OTP_VERSION

Expand Down Expand Up @@ -45,7 +45,7 @@ ENV REBAR_VERSION="2.6.4"

RUN set -xe \
&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" \
&& REBAR_DOWNLOAD_SHA256="577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07" \
&& REBAR_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
&& mkdir -p /usr/src/rebar-src \
&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" \
&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - \
Expand Down
2 changes: 1 addition & 1 deletion 26/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.19

ENV OTP_VERSION="26.2.5.2" \
REBAR3_VERSION="3.23.0"
REBAR3_VERSION="3.24.0"

LABEL org.opencontainers.image.version=$OTP_VERSION

Expand Down
2 changes: 1 addition & 1 deletion 26/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bookworm

ENV OTP_VERSION="26.2.5.2" \
REBAR3_VERSION="3.23.0"
REBAR3_VERSION="3.24.0"

LABEL org.opencontainers.image.version=$OTP_VERSION

Expand Down
4 changes: 2 additions & 2 deletions 27/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM buildpack-deps:bookworm

ENV OTP_VERSION="27.1.2" \
REBAR3_VERSION="3.23.0"
REBAR3_VERSION="3.24.0"

LABEL org.opencontainers.image.version=$OTP_VERSION

Expand Down Expand Up @@ -44,7 +44,7 @@ ENV REBAR_VERSION="2.6.4"

RUN set -xe \
&& REBAR_DOWNLOAD_URL="https://github.com/rebar/rebar/archive/${REBAR_VERSION}.tar.gz" \
&& REBAR_DOWNLOAD_SHA256="577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07" \
&& REBAR_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
&& mkdir -p /usr/src/rebar-src \
&& curl -fSL -o rebar-src.tar.gz "$REBAR_DOWNLOAD_URL" \
&& echo "$REBAR_DOWNLOAD_SHA256 rebar-src.tar.gz" | sha256sum -c - \
Expand Down
2 changes: 1 addition & 1 deletion 27/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.19

ENV OTP_VERSION="27.1.2" \
REBAR3_VERSION="3.23.0"
REBAR3_VERSION="3.24.0"

LABEL org.opencontainers.image.version=$OTP_VERSION

Expand Down
2 changes: 1 addition & 1 deletion 27/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bookworm

ENV OTP_VERSION="27.1.2" \
REBAR3_VERSION="3.23.0"
REBAR3_VERSION="3.24.0"

LABEL org.opencontainers.image.version=$OTP_VERSION

Expand Down

0 comments on commit e8dfded

Please sign in to comment.