Skip to content
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

update erlang 24 branch base image #11541

Merged
merged 1 commit into from
Dec 17, 2021

Conversation

getong
Copy link
Contributor

@getong getong commented Dec 17, 2021

No description provided.

@github-actions
Copy link

Diff for f05bbb0:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 41f0b88..5154d85 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -83,15 +83,15 @@ Directory: 23/slim
 
 Tags: 24.2.0.0, 24.2.0, 24.2, 24, latest
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 407af60a4c9632099089ec32d6130d409cd39a25
+GitCommit: f14a791cec08903d5ac34a562861bae675cf2ff8
 Directory: 24
 
 Tags: 24.2.0.0-alpine, 24.2.0-alpine, 24.2-alpine, 24-alpine, alpine
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 407af60a4c9632099089ec32d6130d409cd39a25
+GitCommit: f14a791cec08903d5ac34a562861bae675cf2ff8
 Directory: 24/alpine
 
 Tags: 24.2.0.0-slim, 24.2.0-slim, 24.2-slim, 24-slim, slim
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 407af60a4c9632099089ec32d6130d409cd39a25
+GitCommit: f14a791cec08903d5ac34a562861bae675cf2ff8
 Directory: 24/slim
diff --git a/erlang_alpine/Dockerfile b/erlang_alpine/Dockerfile
index 36137c4..cbe326c 100644
--- a/erlang_alpine/Dockerfile
+++ b/erlang_alpine/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.14
+FROM alpine:3.15
 
 ENV OTP_VERSION="24.2" \
     REBAR3_VERSION="3.17.0"
diff --git a/erlang_latest/Dockerfile b/erlang_latest/Dockerfile
index 554dc62..f7ce6ac 100644
--- a/erlang_latest/Dockerfile
+++ b/erlang_latest/Dockerfile
@@ -1,4 +1,4 @@
-FROM buildpack-deps:buster
+FROM buildpack-deps:bullseye
 
 ENV OTP_VERSION="24.2" \
     REBAR3_VERSION="3.17.0"
@@ -15,7 +15,7 @@ RUN set -xe \
 			libwxgtk3.0' \
 	&& buildDeps='unixodbc-dev \
 			libsctp-dev \
-			libwxgtk3.0-dev' \
+			libwxgtk3.0-gtk3-dev' \
 	&& apt-get update \
 	&& apt-get install -y --no-install-recommends $runtimeDeps \
 	&& apt-get install -y --no-install-recommends $buildDeps \
diff --git a/erlang_slim/Dockerfile b/erlang_slim/Dockerfile
index b4addc1..ccd362d 100644
--- a/erlang_slim/Dockerfile
+++ b/erlang_slim/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:buster
+FROM debian:bullseye
 
 ENV OTP_VERSION="24.2" \
     REBAR3_VERSION="3.17.0"

Relevant Maintainers:

@tianon tianon merged commit b45bc8f into docker-library:master Dec 17, 2021
@getong getong deleted the update-base-image branch December 17, 2021 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants