-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
erlang/otp 27.2.3 #18484
Merged
Merged
erlang/otp 27.2.3 #18484
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for f54b5ac:diff --git a/_bashbrew-cat b/_bashbrew-cat
index efbbfa5..dfb2b3e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -46,17 +46,17 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
GitCommit: 0032babeb928e3465a91b0deb4f7b8a33930e3be
Directory: 26/slim
-Tags: 27.2.2.0, 27.2.2, 27.2, 27, latest
+Tags: 27.2.3.0, 27.2.3, 27.2, 27, latest
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
+GitCommit: 3deecf12856b6c6431dc835f7abf4b3fa2c94468
Directory: 27
-Tags: 27.2.2.0-alpine, 27.2.2-alpine, 27.2-alpine, 27-alpine, alpine
+Tags: 27.2.3.0-alpine, 27.2.3-alpine, 27.2-alpine, 27-alpine, alpine
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
+GitCommit: 3deecf12856b6c6431dc835f7abf4b3fa2c94468
Directory: 27/alpine
-Tags: 27.2.2.0-slim, 27.2.2-slim, 27.2-slim, 27-slim, slim
+Tags: 27.2.3.0-slim, 27.2.3-slim, 27.2-slim, 27-slim, slim
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 8c4029538dacea1928ba753a54122696467c51e7
+GitCommit: 3deecf12856b6c6431dc835f7abf4b3fa2c94468
Directory: 27/slim
diff --git a/_bashbrew-list b/_bashbrew-list
index e913f4d..0e06072 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -40,12 +40,12 @@ erlang:27-slim
erlang:27.2
erlang:27.2-alpine
erlang:27.2-slim
-erlang:27.2.2
-erlang:27.2.2-alpine
-erlang:27.2.2-slim
-erlang:27.2.2.0
-erlang:27.2.2.0-alpine
-erlang:27.2.2.0-slim
+erlang:27.2.3
+erlang:27.2.3-alpine
+erlang:27.2.3-slim
+erlang:27.2.3.0
+erlang:27.2.3.0-alpine
+erlang:27.2.3.0-slim
erlang:alpine
erlang:latest
erlang:slim
diff --git a/erlang_alpine/Dockerfile b/erlang_alpine/Dockerfile
index 4de26e9..dfe9ee5 100644
--- a/erlang_alpine/Dockerfile
+++ b/erlang_alpine/Dockerfile
@@ -1,13 +1,13 @@
FROM alpine:3.21
-ENV OTP_VERSION="27.2.2" \
+ENV OTP_VERSION="27.2.3" \
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="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
+ && OTP_DOWNLOAD_SHA256="328e65e7434b4d4bca4360806f2261046134c3e0ff03682d21f117fa19fe4b89" \
&& REBAR3_DOWNLOAD_SHA256="391b0eaa2825bb427fef1e55a0d166493059175f57a33b00346b84a20398216c" \
&& apk add --no-cache --virtual .fetch-deps \
curl \
diff --git a/erlang_latest/Dockerfile b/erlang_latest/Dockerfile
index 3080a23..ef8aafa 100644
--- a/erlang_latest/Dockerfile
+++ b/erlang_latest/Dockerfile
@@ -1,6 +1,6 @@
FROM buildpack-deps:bookworm
-ENV OTP_VERSION="27.2.2" \
+ENV OTP_VERSION="27.2.3" \
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="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
+ && OTP_DOWNLOAD_SHA256="328e65e7434b4d4bca4360806f2261046134c3e0ff03682d21f117fa19fe4b89" \
&& runtimeDeps='libodbc1 \
libsctp1 \
libwxgtk3.2 \
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index bc09265..82997a8 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,6 +1,6 @@
FROM debian:bookworm
-ENV OTP_VERSION="27.2.2" \
+ENV OTP_VERSION="27.2.3" \
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="4f74095a24e48978f062b077651ac0876c5d3a42799b20fd996923bf15b5df29" \
+ && OTP_DOWNLOAD_SHA256="328e65e7434b4d4bca4360806f2261046134c3e0ff03682d21f117fa19fe4b89" \
&& fetchDeps=' \
curl \
ca-certificates' \ Relevant Maintainers:
|
yosifkit
approved these changes
Feb 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.