Skip to content

Commit c57e3a8

Browse files
authored
Update OTP-26, OTP-27, OTP-28 (#511)
* Update to OTP-26.2.5.13 - bookworm, alpine, slim * Update to OTP-27.3.4.3 - bookworm, alpine, slim * Update to OTP-28.0.4 - bookworm, alpine, slim
1 parent a46175a commit c57e3a8

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

26/Dockerfile

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

3-
ENV OTP_VERSION="26.2.5.13" \
3+
ENV OTP_VERSION="26.2.5.15" \
44
REBAR3_VERSION="3.25.0"
55

66
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
99
# build process:
1010
RUN set -xe \
1111
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
12-
&& OTP_DOWNLOAD_SHA256="b58e5caf34ef4e94b766173f3839ff29db3bfa9710881f246a9958886b466ac4" \
12+
&& OTP_DOWNLOAD_SHA256="aa38b8b50873722929791d985716d47769a59232241f617b91580248670c52f9" \
1313
&& runtimeDeps='libodbc1 \
1414
libsctp1 \
1515
libwxgtk3.2-1 \

26/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM alpine:3.20
22

3-
ENV OTP_VERSION="26.2.5.13" \
3+
ENV OTP_VERSION="26.2.5.15" \
44
REBAR3_VERSION="3.25.0"
55

66
LABEL org.opencontainers.image.version=$OTP_VERSION
77

88
RUN set -xe \
99
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
10-
&& OTP_DOWNLOAD_SHA256="b58e5caf34ef4e94b766173f3839ff29db3bfa9710881f246a9958886b466ac4" \
10+
&& OTP_DOWNLOAD_SHA256="aa38b8b50873722929791d985716d47769a59232241f617b91580248670c52f9" \
1111
&& REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
1212
&& apk add --no-cache --virtual .fetch-deps \
1313
curl \

26/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm
22

3-
ENV OTP_VERSION="26.2.5.13" \
3+
ENV OTP_VERSION="26.2.5.15" \
44
REBAR3_VERSION="3.25.0"
55

66
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
99
# sure our final image contains only what we've just built:
1010
RUN set -xe \
1111
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
12-
&& OTP_DOWNLOAD_SHA256="b58e5caf34ef4e94b766173f3839ff29db3bfa9710881f246a9958886b466ac4" \
12+
&& OTP_DOWNLOAD_SHA256="aa38b8b50873722929791d985716d47769a59232241f617b91580248670c52f9" \
1313
&& fetchDeps=' \
1414
curl \
1515
ca-certificates' \

27/Dockerfile

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

3-
ENV OTP_VERSION="27.3.4.2" \
3+
ENV OTP_VERSION="27.3.4.3" \
44
REBAR3_VERSION="3.25.0"
55

66
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
99
# build process:
1010
RUN set -xe \
1111
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
12-
&& OTP_DOWNLOAD_SHA256="f696dc22812745d98a87af2aa599ffa893c7cf8dfa16be8b31db0e30d8ffa85c" \
12+
&& OTP_DOWNLOAD_SHA256="597618c75890e8e606033bc8dbf6ec87fdf4e892c10b4912ae3c9a4f01384579" \
1313
&& runtimeDeps='libodbc1 \
1414
libsctp1 \
1515
libwxgtk3.2 \

27/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM alpine:3.22
22

3-
ENV OTP_VERSION="27.3.4.2" \
3+
ENV OTP_VERSION="27.3.4.3" \
44
REBAR3_VERSION="3.25.0"
55

66
LABEL org.opencontainers.image.version=$OTP_VERSION
77

88
RUN set -xe \
99
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
10-
&& OTP_DOWNLOAD_SHA256="f696dc22812745d98a87af2aa599ffa893c7cf8dfa16be8b31db0e30d8ffa85c" \
10+
&& OTP_DOWNLOAD_SHA256="597618c75890e8e606033bc8dbf6ec87fdf4e892c10b4912ae3c9a4f01384579" \
1111
&& REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
1212
&& apk add --no-cache --virtual .fetch-deps \
1313
curl \

27/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm
22

3-
ENV OTP_VERSION="27.3.4.2" \
3+
ENV OTP_VERSION="27.3.4.3" \
44
REBAR3_VERSION="3.25.0"
55

66
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
99
# sure our final image contains only what we've just built:
1010
RUN set -xe \
1111
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
12-
&& OTP_DOWNLOAD_SHA256="f696dc22812745d98a87af2aa599ffa893c7cf8dfa16be8b31db0e30d8ffa85c" \
12+
&& OTP_DOWNLOAD_SHA256="597618c75890e8e606033bc8dbf6ec87fdf4e892c10b4912ae3c9a4f01384579" \
1313
&& fetchDeps=' \
1414
curl \
1515
ca-certificates' \

28/Dockerfile

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

3-
ENV OTP_VERSION="28.0.2" \
3+
ENV OTP_VERSION="28.0.4" \
44
REBAR3_VERSION="3.25.0"
55

66
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
99
# build process:
1010
RUN set -xe \
1111
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
12-
&& OTP_DOWNLOAD_SHA256="ce43dc8a29ad6bc1b6dbfc97f053d2e850b4a4c290eca065058d6b33ce476db5" \
12+
&& OTP_DOWNLOAD_SHA256="687c0abece0a12d58517c1892bf45df6d5db23d1b6098d59bdb0c77bbc4e88e8" \
1313
&& runtimeDeps='libodbc1 \
1414
libsctp1 \
1515
libwxgtk3.2 \

28/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM alpine:3.22
22

3-
ENV OTP_VERSION="28.0.2" \
3+
ENV OTP_VERSION="28.0.4" \
44
REBAR3_VERSION="3.25.0"
55

66
LABEL org.opencontainers.image.version=$OTP_VERSION
77

88
RUN set -xe \
99
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
10-
&& OTP_DOWNLOAD_SHA256="ce43dc8a29ad6bc1b6dbfc97f053d2e850b4a4c290eca065058d6b33ce476db5" \
10+
&& OTP_DOWNLOAD_SHA256="687c0abece0a12d58517c1892bf45df6d5db23d1b6098d59bdb0c77bbc4e88e8" \
1111
&& REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
1212
&& apk add --no-cache --virtual .fetch-deps \
1313
curl \

28/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm
22

3-
ENV OTP_VERSION="28.0.2" \
3+
ENV OTP_VERSION="28.0.4" \
44
REBAR3_VERSION="3.25.0"
55

66
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
99
# sure our final image contains only what we've just built:
1010
RUN set -xe \
1111
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
12-
&& OTP_DOWNLOAD_SHA256="ce43dc8a29ad6bc1b6dbfc97f053d2e850b4a4c290eca065058d6b33ce476db5" \
12+
&& OTP_DOWNLOAD_SHA256="687c0abece0a12d58517c1892bf45df6d5db23d1b6098d59bdb0c77bbc4e88e8" \
1313
&& fetchDeps=' \
1414
curl \
1515
ca-certificates' \

0 commit comments

Comments
 (0)