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

Node: Added Alpine 3.14 #10506

Merged
merged 1 commit into from
Jul 8, 2021
Merged

Node: Added Alpine 3.14 #10506

merged 1 commit into from
Jul 8, 2021

Conversation

nodejs-github-bot
Copy link
Contributor

@github-actions
Copy link

github-actions bot commented Jul 8, 2021

Diff for 52f4a90:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 21bb66d..8b2a3aa 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -52,6 +52,11 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x
 GitCommit: fd130acf063b312355a5d88d51716db3ff34ae49
 Directory: 14/alpine3.13
 
+Tags: 14-alpine3.14, 14.17-alpine3.14, 14.17.3-alpine3.14, fermium-alpine3.14, lts-alpine3.14
+Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x
+GitCommit: 26a3ec0d3afc3f9ca70d874be3f644fbdd719e2d
+Directory: 14/alpine3.14
+
 Tags: 14-buster, 14.17-buster, 14.17.3-buster, fermium-buster, lts-buster
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
 GitCommit: fd130acf063b312355a5d88d51716db3ff34ae49
@@ -87,6 +92,11 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x
 GitCommit: fd130acf063b312355a5d88d51716db3ff34ae49
 Directory: 16/alpine3.12
 
+Tags: 16-alpine3.14, 16.4-alpine3.14, 16.4.2-alpine3.14, alpine3.14, current-alpine3.14
+Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x
+GitCommit: 26a3ec0d3afc3f9ca70d874be3f644fbdd719e2d
+Directory: 16/alpine3.14
+
 Tags: 16-buster-slim, 16-slim, 16.4-buster-slim, 16.4-slim, 16.4.2-buster-slim, 16.4.2-slim, buster-slim, current-buster-slim, current-slim, slim
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
 GitCommit: fd130acf063b312355a5d88d51716db3ff34ae49
diff --git a/_bashbrew-list b/_bashbrew-list
index 9d96f2d..889c6e4 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -30,6 +30,7 @@ node:14-alpine
 node:14-alpine3.11
 node:14-alpine3.12
 node:14-alpine3.13
+node:14-alpine3.14
 node:14-buster
 node:14-buster-slim
 node:14-slim
@@ -40,6 +41,7 @@ node:14.17-alpine
 node:14.17-alpine3.11
 node:14.17-alpine3.12
 node:14.17-alpine3.13
+node:14.17-alpine3.14
 node:14.17-buster
 node:14.17-buster-slim
 node:14.17-slim
@@ -50,6 +52,7 @@ node:14.17.3-alpine
 node:14.17.3-alpine3.11
 node:14.17.3-alpine3.12
 node:14.17.3-alpine3.13
+node:14.17.3-alpine3.14
 node:14.17.3-buster
 node:14.17.3-buster-slim
 node:14.17.3-slim
@@ -60,6 +63,7 @@ node:16-alpine
 node:16-alpine3.11
 node:16-alpine3.12
 node:16-alpine3.13
+node:16-alpine3.14
 node:16-buster
 node:16-buster-slim
 node:16-slim
@@ -70,6 +74,7 @@ node:16.4-alpine
 node:16.4-alpine3.11
 node:16.4-alpine3.12
 node:16.4-alpine3.13
+node:16.4-alpine3.14
 node:16.4-buster
 node:16.4-buster-slim
 node:16.4-slim
@@ -80,6 +85,7 @@ node:16.4.2-alpine
 node:16.4.2-alpine3.11
 node:16.4.2-alpine3.12
 node:16.4.2-alpine3.13
+node:16.4.2-alpine3.14
 node:16.4.2-buster
 node:16.4.2-buster-slim
 node:16.4.2-slim
@@ -89,6 +95,7 @@ node:alpine
 node:alpine3.11
 node:alpine3.12
 node:alpine3.13
+node:alpine3.14
 node:buster
 node:buster-slim
 node:current
@@ -96,6 +103,7 @@ node:current-alpine
 node:current-alpine3.11
 node:current-alpine3.12
 node:current-alpine3.13
+node:current-alpine3.14
 node:current-buster
 node:current-buster-slim
 node:current-slim
@@ -115,6 +123,7 @@ node:fermium-alpine
 node:fermium-alpine3.11
 node:fermium-alpine3.12
 node:fermium-alpine3.13
+node:fermium-alpine3.14
 node:fermium-buster
 node:fermium-buster-slim
 node:fermium-slim
@@ -126,6 +135,7 @@ node:lts-alpine
 node:lts-alpine3.11
 node:lts-alpine3.12
 node:lts-alpine3.13
+node:lts-alpine3.14
 node:lts-buster
 node:lts-buster-slim
 node:lts-fermium
diff --git a/node_current-alpine3.13/Dockerfile b/node_current-alpine3.14/Dockerfile
similarity index 99%
copy from node_current-alpine3.13/Dockerfile
copy to node_current-alpine3.14/Dockerfile
index b566e85..b7d5e1d 100644
--- a/node_current-alpine3.13/Dockerfile
+++ b/node_current-alpine3.14/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.13
+FROM alpine:3.14
 
 ENV NODE_VERSION 16.4.2
 
diff --git a/node_current-alpine3.11/docker-entrypoint.sh b/node_current-alpine3.14/docker-entrypoint.sh
similarity index 100%
copy from node_current-alpine3.11/docker-entrypoint.sh
copy to node_current-alpine3.14/docker-entrypoint.sh
diff --git a/node_lts-alpine3.12/Dockerfile b/node_lts-alpine3.14/Dockerfile
similarity index 99%
copy from node_lts-alpine3.12/Dockerfile
copy to node_lts-alpine3.14/Dockerfile
index 334416d..f766198 100644
--- a/node_lts-alpine3.12/Dockerfile
+++ b/node_lts-alpine3.14/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.12
+FROM alpine:3.14
 
 ENV NODE_VERSION 14.17.3
 
diff --git a/node_current-alpine3.11/docker-entrypoint.sh b/node_lts-alpine3.14/docker-entrypoint.sh
similarity index 100%
copy from node_current-alpine3.11/docker-entrypoint.sh
copy to node_lts-alpine3.14/docker-entrypoint.sh

@yosifkit yosifkit merged commit 3e44a47 into docker-library:master Jul 8, 2021
@nschonni nschonni deleted the node branch July 9, 2021 00:56
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.

None yet

3 participants