Browse Source

Dockerfile: note for node:20-alpine

tested node 19,20,21 all version have the same behavoir
pull/654/head
Philip H 3 years ago
committed by GitHub
parent
commit
5ede38cd74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      Dockerfile

12
Dockerfile

@ -1,13 +1,5 @@
# There's an issue with node:16-alpine. # There's an issue with node:20-alpine.
# On Raspberry Pi, the following crash happens: # Docker deployment is canceled after 25< minutes.
# #FailureMessage Object: 0x7e87753c
# #
# # Fatal error in , line 0
# # unreachable code
# #
# #
# #
FROM docker.io/library/node:18-alpine@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d AS build_node_modules FROM docker.io/library/node:18-alpine@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d AS build_node_modules

Loading…
Cancel
Save