Skip to content

Commit

Permalink
erlang/otp 25.3.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rcq authored and getong committed Jan 9, 2024
1 parent 244ad15 commit 86b8c40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 25/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM buildpack-deps:bullseye

ENV OTP_VERSION="25.3.2.6" \
ENV OTP_VERSION="25.3.2.8" \
REBAR3_VERSION="3.20.0"

LABEL org.opencontainers.image.version=$OTP_VERSION
Expand All @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.version=$OTP_VERSION
# build process:
RUN set -xe \
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
&& OTP_DOWNLOAD_SHA256="67e0f5c209a335cfc216a57b1f016072a69eb9683d36d6d101bf2f60a2e45926" \
&& OTP_DOWNLOAD_SHA256="6b8a6dcfd294ee9d88e47721a6f897603532575329fea587240776c02b232d38" \
&& runtimeDeps='libodbc1 \
libsctp1 \
libwxgtk3.0 \
Expand Down
4 changes: 2 additions & 2 deletions 25/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM alpine:3.17

ENV OTP_VERSION="25.3.2.6" \
ENV OTP_VERSION="25.3.2.8" \
REBAR3_VERSION="3.20.0"

LABEL org.opencontainers.image.version=$OTP_VERSION

RUN set -xe \
&& OTP_DOWNLOAD_URL="https://github.com/erlang/otp/archive/OTP-${OTP_VERSION}.tar.gz" \
&& OTP_DOWNLOAD_SHA256="67e0f5c209a335cfc216a57b1f016072a69eb9683d36d6d101bf2f60a2e45926" \
&& OTP_DOWNLOAD_SHA256="6b8a6dcfd294ee9d88e47721a6f897603532575329fea587240776c02b232d38" \
&& REBAR3_DOWNLOAD_SHA256="53ed7f294a8b8fb4d7d75988c69194943831c104d39832a1fa30307b1a8593de" \
&& apk add --no-cache --virtual .fetch-deps \
curl \
Expand Down
4 changes: 2 additions & 2 deletions 25/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bullseye

ENV OTP_VERSION="25.3.2.6" \
ENV OTP_VERSION="25.3.2.8" \
REBAR3_VERSION="3.20.0"

LABEL org.opencontainers.image.version=$OTP_VERSION
Expand All @@ -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/archive/OTP-${OTP_VERSION}.tar.gz" \
&& OTP_DOWNLOAD_SHA256="67e0f5c209a335cfc216a57b1f016072a69eb9683d36d6d101bf2f60a2e45926" \
&& OTP_DOWNLOAD_SHA256="6b8a6dcfd294ee9d88e47721a6f897603532575329fea587240776c02b232d38" \
&& fetchDeps=' \
curl \
ca-certificates' \
Expand Down

0 comments on commit 86b8c40

Please sign in to comment.