1
0
mirror of https://github.com/erlang/docker-erlang-otp.git synced 2025-04-19 01:44:02 +03:00

Update to OTP 27.3.2 (#501)

* Bookworm, alpine, and slime
This commit is contained in:
Michael Konrad 2025-04-10 01:48:59 -04:00 committed by GitHub
parent f2adfc0efd
commit f8d21d6191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
FROM buildpack-deps:bookworm
ENV OTP_VERSION="27.3" \
ENV OTP_VERSION="27.3.2" \
REBAR3_VERSION="3.24.0"
LABEL org.opencontainers.image.version=$OTP_VERSION
@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
# build process:
RUN set -xe \
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
&& OTP_DOWNLOAD_SHA256="efe76126938f237c0d3a0e2e8753c5cb823235d4d53708833bbc0968d76c39b8" \
&& OTP_DOWNLOAD_SHA256="7997a0900d149c82ae3d0f523d7dfa960ac3cd58acf0b158519c108eb5c65661" \
&& runtimeDeps='libodbc1 \
libsctp1 \
libwxgtk3.2 \

View File

@ -1,13 +1,13 @@
FROM alpine:3.21
ENV OTP_VERSION="27.3" \
ENV OTP_VERSION="27.3.2" \
REBAR3_VERSION="3.24.0"
LABEL org.opencontainers.image.version=$OTP_VERSION
RUN set -xe \
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
&& OTP_DOWNLOAD_SHA256="efe76126938f237c0d3a0e2e8753c5cb823235d4d53708833bbc0968d76c39b8" \
&& OTP_DOWNLOAD_SHA256="7997a0900d149c82ae3d0f523d7dfa960ac3cd58acf0b158519c108eb5c65661" \
&& REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
&& apk add --no-cache --virtual .fetch-deps \
curl \

View File

@ -1,6 +1,6 @@
FROM debian:bookworm
ENV OTP_VERSION="27.3" \
ENV OTP_VERSION="27.3.2" \
REBAR3_VERSION="3.24.0"
LABEL org.opencontainers.image.version=$OTP_VERSION
@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
# sure our final image contains only what we've just built:
RUN set -xe \
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/releases/download/OTP-${OTP_VERSION}/otp_src_${OTP_VERSION}.tar.gz" \
&& OTP_DOWNLOAD_SHA256="efe76126938f237c0d3a0e2e8753c5cb823235d4d53708833bbc0968d76c39b8" \
&& OTP_DOWNLOAD_SHA256="7997a0900d149c82ae3d0f523d7dfa960ac3cd58acf0b158519c108eb5c65661" \
&& fetchDeps=' \
curl \
ca-certificates' \