File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11FROM buildpack-deps:bullseye
22
3- ENV OTP_VERSION="25.3.2.20 " \
3+ ENV OTP_VERSION="25.3.2.21 " \
44 REBAR3_VERSION="3.24.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="513bd9d2fc9c792984314feead5d971bb19e6ee531b4e208d4d4fd30774523f6 " \
12+ && OTP_DOWNLOAD_SHA256="6761432927a9be4f5c13c4019acd6fa3d2f4363198f790947328023aece1986f " \
1313 && runtimeDeps='libodbc1 \
1414 libsctp1 \
1515 libwxgtk3.0 \
Original file line number Diff line number Diff line change 11FROM alpine:3.20
22
3- ENV OTP_VERSION="25.3.2.20 " \
3+ ENV OTP_VERSION="25.3.2.21 " \
44 REBAR3_VERSION="3.24.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="513bd9d2fc9c792984314feead5d971bb19e6ee531b4e208d4d4fd30774523f6 " \
10+ && OTP_DOWNLOAD_SHA256="6761432927a9be4f5c13c4019acd6fa3d2f4363198f790947328023aece1986f " \
1111 && REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
1212 && apk add --no-cache --virtual .fetch-deps \
1313 curl \
Original file line number Diff line number Diff line change 11FROM debian:bullseye
22
3- ENV OTP_VERSION="25.3.2.20 " \
3+ ENV OTP_VERSION="25.3.2.21 " \
44 REBAR3_VERSION="3.24.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="513bd9d2fc9c792984314feead5d971bb19e6ee531b4e208d4d4fd30774523f6 " \
12+ && OTP_DOWNLOAD_SHA256="6761432927a9be4f5c13c4019acd6fa3d2f4363198f790947328023aece1986f " \
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="26.2.5.11 " \
3+ ENV OTP_VERSION="26.2.5.13 " \
44 REBAR3_VERSION="3.25.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="2eef7aac690a6cedfe0e6a20fc2d700db3490b4e4249683c0e5b812ad71304ed " \
12+ && OTP_DOWNLOAD_SHA256="b58e5caf34ef4e94b766173f3839ff29db3bfa9710881f246a9958886b466ac4 " \
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.11 " \
3+ ENV OTP_VERSION="26.2.5.13 " \
44 REBAR3_VERSION="3.25.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="2eef7aac690a6cedfe0e6a20fc2d700db3490b4e4249683c0e5b812ad71304ed " \
10+ && OTP_DOWNLOAD_SHA256="b58e5caf34ef4e94b766173f3839ff29db3bfa9710881f246a9958886b466ac4 " \
1111 && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
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.11 " \
3+ ENV OTP_VERSION="26.2.5.13 " \
44 REBAR3_VERSION="3.25.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="2eef7aac690a6cedfe0e6a20fc2d700db3490b4e4249683c0e5b812ad71304ed " \
12+ && OTP_DOWNLOAD_SHA256="b58e5caf34ef4e94b766173f3839ff29db3bfa9710881f246a9958886b466ac4 " \
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" \
3+ ENV OTP_VERSION="27.3.4.1 " \
44 REBAR3_VERSION="3.25.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="c3a0a0b51df08f877eed88378f3d2da7026a75b8559803bd78071bb47cd4783b " \
12+ && OTP_DOWNLOAD_SHA256="2672f0c52b9ff39695b9c8f99cd1846ed9e47e21cd5b045ccdd08719a3019652 " \
1313 && runtimeDeps='libodbc1 \
1414 libsctp1 \
1515 libwxgtk3.2 \
Original file line number Diff line number Diff line change 11FROM alpine:3.21
22
3- ENV OTP_VERSION="27.3.4" \
3+ ENV OTP_VERSION="27.3.4.1 " \
44 REBAR3_VERSION="3.25.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="c3a0a0b51df08f877eed88378f3d2da7026a75b8559803bd78071bb47cd4783b " \
10+ && OTP_DOWNLOAD_SHA256="2672f0c52b9ff39695b9c8f99cd1846ed9e47e21cd5b045ccdd08719a3019652 " \
1111 && REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
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" \
3+ ENV OTP_VERSION="27.3.4.1 " \
44 REBAR3_VERSION="3.25.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="c3a0a0b51df08f877eed88378f3d2da7026a75b8559803bd78071bb47cd4783b " \
12+ && OTP_DOWNLOAD_SHA256="2672f0c52b9ff39695b9c8f99cd1846ed9e47e21cd5b045ccdd08719a3019652 " \
1313 && fetchDeps=' \
1414 curl \
1515 ca-certificates' \
You can’t perform that action at this time.
0 commit comments