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 1
1
FROM buildpack-deps:bookworm
2
2
3
- ENV OTP_VERSION="28.0" \
3
+ ENV OTP_VERSION="28.0.1 " \
4
4
REBAR3_VERSION="3.25.0"
5
5
6
6
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
9
9
# build process:
10
10
RUN set -xe \
11
11
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
12
- && OTP_DOWNLOAD_SHA256="71b5bf16e5b7b5d9fae98576c87aceac447964aaa3b4b457a5f60906839af92c " \
12
+ && OTP_DOWNLOAD_SHA256="a1d26330e3089d4d70a752210f8794385e8844e3d19684835810f1a59a752158 " \
13
13
&& runtimeDeps='libodbc1 \
14
14
libsctp1 \
15
15
libwxgtk3.2 \
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.21
2
2
3
- ENV OTP_VERSION="28.0" \
3
+ ENV OTP_VERSION="28.0.1 " \
4
4
REBAR3_VERSION="3.25.0"
5
5
6
6
LABEL org.opencontainers.image.version=$OTP_VERSION
7
7
8
8
RUN set -xe \
9
9
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
10
- && OTP_DOWNLOAD_SHA256="71b5bf16e5b7b5d9fae98576c87aceac447964aaa3b4b457a5f60906839af92c " \
10
+ && OTP_DOWNLOAD_SHA256="a1d26330e3089d4d70a752210f8794385e8844e3d19684835810f1a59a752158 " \
11
11
&& REBAR3_DOWNLOAD_SHA256="7d3f42dc0e126e18fb73e4366129f11dd37bad14d404f461e0a3129ce8903440" \
12
12
&& apk add --no-cache --virtual .fetch-deps \
13
13
curl \
Original file line number Diff line number Diff line change 1
1
FROM debian:bookworm
2
2
3
- ENV OTP_VERSION="28.0" \
3
+ ENV OTP_VERSION="28.0.1 " \
4
4
REBAR3_VERSION="3.25.0"
5
5
6
6
LABEL org.opencontainers.image.version=$OTP_VERSION
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
9
9
# sure our final image contains only what we've just built:
10
10
RUN set -xe \
11
11
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
12
- && OTP_DOWNLOAD_SHA256="71b5bf16e5b7b5d9fae98576c87aceac447964aaa3b4b457a5f60906839af92c " \
12
+ && OTP_DOWNLOAD_SHA256="a1d26330e3089d4d70a752210f8794385e8844e3d19684835810f1a59a752158 " \
13
13
&& fetchDeps=' \
14
14
curl \
15
15
ca-certificates' \
You can’t perform that action at this time.
0 commit comments