Skip to content

Commit

Permalink
Update to OTP 27.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacorti authored and getong committed Oct 2, 2024
1 parent 810e0f4 commit 52b9826
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 27/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM buildpack-deps:bookworm

ENV OTP_VERSION="27.0.1" \
ENV OTP_VERSION="27.1.1" \
REBAR3_VERSION="3.23.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="47d96bb7044cf44bca886213fa828ef82457a911b7622c453d9b3c615b6f68ab" \
&& OTP_DOWNLOAD_SHA256="315552992ebbc86f27b54b4267616ad49b10fa2ef6bc4ec2a6992f7054c9157e" \
&& runtimeDeps='libodbc1 \
libsctp1 \
libwxgtk3.2 \
Expand Down
4 changes: 2 additions & 2 deletions 27/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM alpine:3.19

ENV OTP_VERSION="27.0.1" \
ENV OTP_VERSION="27.1.1" \
REBAR3_VERSION="3.23.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="47d96bb7044cf44bca886213fa828ef82457a911b7622c453d9b3c615b6f68ab" \
&& OTP_DOWNLOAD_SHA256="315552992ebbc86f27b54b4267616ad49b10fa2ef6bc4ec2a6992f7054c9157e" \
&& REBAR3_DOWNLOAD_SHA256="00646b692762ffd340560e8f16486dbda840e1546749ee5a7f58feeb77e7b516" \
&& apk add --no-cache --virtual .fetch-deps \
curl \
Expand Down
4 changes: 2 additions & 2 deletions 27/slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm

ENV OTP_VERSION="27.0.1" \
ENV OTP_VERSION="27.1.1" \
REBAR3_VERSION="3.23.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="47d96bb7044cf44bca886213fa828ef82457a911b7622c453d9b3c615b6f68ab" \
&& OTP_DOWNLOAD_SHA256="315552992ebbc86f27b54b4267616ad49b10fa2ef6bc4ec2a6992f7054c9157e" \
&& fetchDeps=' \
curl \
ca-certificates' \
Expand Down

0 comments on commit 52b9826

Please sign in to comment.