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:trixie
22
3- ENV OTP_VERSION="28.3.2 " \
3+ ENV OTP_VERSION="28.3.3 " \
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="36380480aed888281b8202e75449cca307102e43c4e04696cc83bd3b162991cf " \
12+ && OTP_DOWNLOAD_SHA256="641f252b12b64c89ea8ae16b6c35d8983378a588490421bf1e69cdc51cea6e65 " \
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.3.2 " \
3+ ENV OTP_VERSION="28.3.3 " \
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="36380480aed888281b8202e75449cca307102e43c4e04696cc83bd3b162991cf " \
10+ && OTP_DOWNLOAD_SHA256="641f252b12b64c89ea8ae16b6c35d8983378a588490421bf1e69cdc51cea6e65 " \
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.3.2 " \
3+ ENV OTP_VERSION="28.3.3 " \
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="36380480aed888281b8202e75449cca307102e43c4e04696cc83bd3b162991cf " \
12+ && OTP_DOWNLOAD_SHA256="641f252b12b64c89ea8ae16b6c35d8983378a588490421bf1e69cdc51cea6e65 " \
1313 && fetchDeps=' \
1414 curl \
1515 ca-certificates' \
You can’t perform that action at this time.
0 commit comments