Skip to content

Commit 0032bab

Browse files
authored
erlang/otp 27.2, 26.2.5.6, 25.3.2.16 (#489)
1 parent 547a37f commit 0032bab

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

25/Dockerfile

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

3-
ENV OTP_VERSION="25.3.2.13" \
3+
ENV OTP_VERSION="25.3.2.16" \
44
REBAR3_VERSION="3.24.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="ef56f754f14ba89356284145c8a0dd95e11f00ec6142b4dd9a9431570d6ff5ea" \
12+
&& OTP_DOWNLOAD_SHA256="15467c6da67f7f4cdbbbd478322c96b370c8d41b82f4b813dbfd8ebc87d4677f" \
1313
&& runtimeDeps='libodbc1 \
1414
libsctp1 \
1515
libwxgtk3.0 \

25/alpine/Dockerfile

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

3-
ENV OTP_VERSION="25.3.2.13" \
3+
ENV OTP_VERSION="25.3.2.16" \
44
REBAR3_VERSION="3.24.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="ef56f754f14ba89356284145c8a0dd95e11f00ec6142b4dd9a9431570d6ff5ea" \
10+
&& OTP_DOWNLOAD_SHA256="15467c6da67f7f4cdbbbd478322c96b370c8d41b82f4b813dbfd8ebc87d4677f" \
1111
&& REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
1212
&& apk add --no-cache --virtual .fetch-deps \
1313
curl \

25/slim/Dockerfile

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

3-
ENV OTP_VERSION="25.3.2.13" \
3+
ENV OTP_VERSION="25.3.2.16" \
44
REBAR3_VERSION="3.24.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="ef56f754f14ba89356284145c8a0dd95e11f00ec6142b4dd9a9431570d6ff5ea" \
12+
&& OTP_DOWNLOAD_SHA256="15467c6da67f7f4cdbbbd478322c96b370c8d41b82f4b813dbfd8ebc87d4677f" \
1313
&& fetchDeps=' \
1414
curl \
1515
ca-certificates' \

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.2" \
3+
ENV OTP_VERSION="26.2.5.6" \
44
REBAR3_VERSION="3.24.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="8e537e2d984770796cc7f0c7c079a9e5fbc67b8c368e0dcd9aa2ceaeb2844da2" \
12+
&& OTP_DOWNLOAD_SHA256="371e59b98de59822e45fdbe50c18c8d8dd4c872990e7aaaba8a819e167186d03" \
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.21
22

3-
ENV OTP_VERSION="26.2.5.2" \
3+
ENV OTP_VERSION="26.2.5.6" \
44
REBAR3_VERSION="3.24.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="8e537e2d984770796cc7f0c7c079a9e5fbc67b8c368e0dcd9aa2ceaeb2844da2" \
10+
&& OTP_DOWNLOAD_SHA256="371e59b98de59822e45fdbe50c18c8d8dd4c872990e7aaaba8a819e167186d03" \
1111
&& REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
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.2" \
3+
ENV OTP_VERSION="26.2.5.6" \
44
REBAR3_VERSION="3.24.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="8e537e2d984770796cc7f0c7c079a9e5fbc67b8c368e0dcd9aa2ceaeb2844da2" \
12+
&& OTP_DOWNLOAD_SHA256="371e59b98de59822e45fdbe50c18c8d8dd4c872990e7aaaba8a819e167186d03" \
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.1.2" \
3+
ENV OTP_VERSION="27.2" \
44
REBAR3_VERSION="3.24.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="365208d47f9590f27c0814ccd7ee7aec0e1b6ba2fe9d875e356edb5d9b054541" \
12+
&& OTP_DOWNLOAD_SHA256="0727cf869622544a2434a104109b31f5fadb8dc6b532287aea182fab95922ea8" \
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.21
22

3-
ENV OTP_VERSION="27.1.2" \
3+
ENV OTP_VERSION="27.2" \
44
REBAR3_VERSION="3.24.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="365208d47f9590f27c0814ccd7ee7aec0e1b6ba2fe9d875e356edb5d9b054541" \
10+
&& OTP_DOWNLOAD_SHA256="0727cf869622544a2434a104109b31f5fadb8dc6b532287aea182fab95922ea8" \
1111
&& REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
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.1.2" \
3+
ENV OTP_VERSION="27.2" \
44
REBAR3_VERSION="3.24.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="365208d47f9590f27c0814ccd7ee7aec0e1b6ba2fe9d875e356edb5d9b054541" \
12+
&& OTP_DOWNLOAD_SHA256="0727cf869622544a2434a104109b31f5fadb8dc6b532287aea182fab95922ea8" \
1313
&& fetchDeps=' \
1414
curl \
1515
ca-certificates' \

0 commit comments

Comments
 (0)