File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM buildpack-deps:bookworm
22
3- ENV OTP_VERSION="26.2.5.16 " \
3+ ENV OTP_VERSION="26.2.5.18 " \
44 REBAR3_VERSION="3.26.0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
99# build process:
1010RUN set -xe \
1111 && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
12- && OTP_DOWNLOAD_SHA256="f145ea6aa8cb9c15fac7d7905fbd530c25420d11f4e23c5c3df6ccf27584625c " \
12+ && OTP_DOWNLOAD_SHA256="61d44387c301f4c4d637345294e2ba3d98085d119572799e09653046f0c7e17b " \
1313 && runtimeDeps='libodbc1 \
1414 libsctp1 \
1515 libwxgtk3.2-1 \
Original file line number Diff line number Diff line change 11FROM alpine:3.20
22
3- ENV OTP_VERSION="26.2.5.16 " \
3+ ENV OTP_VERSION="26.2.5.18 " \
44 REBAR3_VERSION="3.26.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" \
10- && OTP_DOWNLOAD_SHA256="f145ea6aa8cb9c15fac7d7905fbd530c25420d11f4e23c5c3df6ccf27584625c " \
10+ && OTP_DOWNLOAD_SHA256="61d44387c301f4c4d637345294e2ba3d98085d119572799e09653046f0c7e17b " \
1111 && REBAR3_DOWNLOAD_SHA256="a151dc4a07805490e9f217a099e597ac9774814875f55da2c66545c333fdff64" \
1212 && apk add --no-cache --virtual .fetch-deps \
1313 curl \
Original file line number Diff line number Diff line change 11FROM debian:bookworm
22
3- ENV OTP_VERSION="26.2.5.16 " \
3+ ENV OTP_VERSION="26.2.5.18 " \
44 REBAR3_VERSION="3.26.0"
55
66LABEL 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:
1010RUN set -xe \
1111 && OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
12- && OTP_DOWNLOAD_SHA256="f145ea6aa8cb9c15fac7d7905fbd530c25420d11f4e23c5c3df6ccf27584625c " \
12+ && OTP_DOWNLOAD_SHA256="61d44387c301f4c4d637345294e2ba3d98085d119572799e09653046f0c7e17b " \
1313 && fetchDeps=' \
1414 curl \
1515 ca-certificates' \
Original file line number Diff line number Diff line change 11FROM buildpack-deps:bookworm
22
3- ENV OTP_VERSION="27.3.4.8 " \
3+ ENV OTP_VERSION="27.3.4.9 " \
44 REBAR3_VERSION="3.26.0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
99# build process:
1010RUN 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="354243af8095a5e567931490b7b0ffe7b22cf12ee49b65c36e9187501ca03e8e " \
12+ && OTP_DOWNLOAD_SHA256="62e964290041eed1182e1a1dbf934193aacd2e124b315cd5b9ffd9dd0d3b0f8f " \
1313 && runtimeDeps='libodbc1 \
1414 libsctp1 \
1515 libwxgtk3.2 \
Original file line number Diff line number Diff line change 11FROM alpine:3.22
22
3- ENV OTP_VERSION="27.3.4.8 " \
3+ ENV OTP_VERSION="27.3.4.9 " \
44 REBAR3_VERSION="3.26.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" \
10- && OTP_DOWNLOAD_SHA256="354243af8095a5e567931490b7b0ffe7b22cf12ee49b65c36e9187501ca03e8e " \
10+ && OTP_DOWNLOAD_SHA256="62e964290041eed1182e1a1dbf934193aacd2e124b315cd5b9ffd9dd0d3b0f8f " \
1111 && REBAR3_DOWNLOAD_SHA256="a151dc4a07805490e9f217a099e597ac9774814875f55da2c66545c333fdff64" \
1212 && apk add --no-cache --virtual .fetch-deps \
1313 curl \
Original file line number Diff line number Diff line change 11FROM debian:bookworm
22
3- ENV OTP_VERSION="27.3.4.8 " \
3+ ENV OTP_VERSION="27.3.4.9 " \
44 REBAR3_VERSION="3.26.0"
55
66LABEL 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:
1010RUN 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="354243af8095a5e567931490b7b0ffe7b22cf12ee49b65c36e9187501ca03e8e " \
12+ && OTP_DOWNLOAD_SHA256="62e964290041eed1182e1a1dbf934193aacd2e124b315cd5b9ffd9dd0d3b0f8f " \
1313 && fetchDeps=' \
1414 curl \
1515 ca-certificates' \
Original file line number Diff line number Diff line change 11FROM buildpack-deps:trixie
22
3- ENV OTP_VERSION="28.4" \
3+ ENV OTP_VERSION="28.4.1 " \
44 REBAR3_VERSION="3.26.0"
55
66LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
99# build process:
1010RUN 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="5b39ceb3e36de8901dde61e88869e47be1b81bd56928da3986c196d696e1311d " \
12+ && OTP_DOWNLOAD_SHA256="fb2aa0bd8d4118a275895d4a0ea5b24e40e9e1e27a7b29e001377d7660fd9ecf " \
1313 && runtimeDeps='libodbc2 \
1414 libsctp1 \
1515 libwxgtk3.2 \
Original file line number Diff line number Diff line change 11FROM alpine:3.23
22
3- ENV OTP_VERSION="28.4" \
3+ ENV OTP_VERSION="28.4.1 " \
44 REBAR3_VERSION="3.26.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" \
10- && OTP_DOWNLOAD_SHA256="5b39ceb3e36de8901dde61e88869e47be1b81bd56928da3986c196d696e1311d " \
10+ && OTP_DOWNLOAD_SHA256="fb2aa0bd8d4118a275895d4a0ea5b24e40e9e1e27a7b29e001377d7660fd9ecf " \
1111 && REBAR3_DOWNLOAD_SHA256="a151dc4a07805490e9f217a099e597ac9774814875f55da2c66545c333fdff64" \
1212 && apk add --no-cache --virtual .fetch-deps \
1313 curl \
Original file line number Diff line number Diff line change 11FROM debian:trixie
22
3- ENV OTP_VERSION="28.4" \
3+ ENV OTP_VERSION="28.4.1 " \
44 REBAR3_VERSION="3.26.0"
55
66LABEL 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:
1010RUN 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="5b39ceb3e36de8901dde61e88869e47be1b81bd56928da3986c196d696e1311d " \
12+ && OTP_DOWNLOAD_SHA256="fb2aa0bd8d4118a275895d4a0ea5b24e40e9e1e27a7b29e001377d7660fd9ecf " \
1313 && fetchDeps=' \
1414 curl \
1515 ca-certificates' \
You can’t perform that action at this time.
0 commit comments