Skip to content

Commit cd8ef76

Browse files
authored
Update OTP-28.4 (#528)
1 parent c3702ba commit cd8ef76

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

28/Dockerfile

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

3-
ENV OTP_VERSION="28.3.3" \
3+
ENV OTP_VERSION="28.4" \
44
REBAR3_VERSION="3.26.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="641f252b12b64c89ea8ae16b6c35d8983378a588490421bf1e69cdc51cea6e65" \
12+
&& OTP_DOWNLOAD_SHA256="5b39ceb3e36de8901dde61e88869e47be1b81bd56928da3986c196d696e1311d" \
1313
&& runtimeDeps='libodbc2 \
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.23
22

3-
ENV OTP_VERSION="28.3.3" \
3+
ENV OTP_VERSION="28.4" \
44
REBAR3_VERSION="3.26.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="641f252b12b64c89ea8ae16b6c35d8983378a588490421bf1e69cdc51cea6e65" \
10+
&& OTP_DOWNLOAD_SHA256="5b39ceb3e36de8901dde61e88869e47be1b81bd56928da3986c196d696e1311d" \
1111
&& REBAR3_DOWNLOAD_SHA256="a151dc4a07805490e9f217a099e597ac9774814875f55da2c66545c333fdff64" \
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:trixie
22

3-
ENV OTP_VERSION="28.3.3" \
3+
ENV OTP_VERSION="28.4" \
44
REBAR3_VERSION="3.26.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="641f252b12b64c89ea8ae16b6c35d8983378a588490421bf1e69cdc51cea6e65" \
12+
&& OTP_DOWNLOAD_SHA256="5b39ceb3e36de8901dde61e88869e47be1b81bd56928da3986c196d696e1311d" \
1313
&& fetchDeps=' \
1414
curl \
1515
ca-certificates' \

0 commit comments

Comments
 (0)