Skip to content

Commit

Permalink
buildchain: Update the nodejs image version
Browse files Browse the repository at this point in the history
Refs: #3156
  • Loading branch information
ChengYanJin committed Mar 19, 2021
1 parent 05fce6a commit 4e9f150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def load_version_information() -> None:
)

NGINX_IMAGE_VERSION: str = "1.19.6-alpine"
NODEJS_IMAGE_VERSION: str = "10.16.0"
NODEJS_IMAGE_VERSION: str = "14.16.0"

# Current build IDs, to be augmented whenever we rebuild the corresponding
# image, e.g. because the `Dockerfile` is changed, or one of the dependencies
Expand Down

0 comments on commit 4e9f150

Please sign in to comment.