File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
12- && OTP_DOWNLOAD_SHA256="9dda848291428c02d8373f32da5dabf7c1a1478d9cba268fa85475eb26371fe7 " \
12+ && OTP_DOWNLOAD_SHA256="99296fcd97a2053c5fcde7dc0ded2ba261a3baf1491c745fca71bd9804d51443 " \
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/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
10- && OTP_DOWNLOAD_SHA256="9dda848291428c02d8373f32da5dabf7c1a1478d9cba268fa85475eb26371fe7 " \
10+ && OTP_DOWNLOAD_SHA256="99296fcd97a2053c5fcde7dc0ded2ba261a3baf1491c745fca71bd9804d51443 " \
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/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
12- && OTP_DOWNLOAD_SHA256="9dda848291428c02d8373f32da5dabf7c1a1478d9cba268fa85475eb26371fe7 " \
12+ && OTP_DOWNLOAD_SHA256="99296fcd97a2053c5fcde7dc0ded2ba261a3baf1491c745fca71bd9804d51443 " \
1313 && fetchDeps=' \
1414 curl \
1515 ca-certificates' \
You can’t perform that action at this time.
0 commit comments