Skip to content

Commit

Permalink
Fix node-lts main package (chainguard-images#2585)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
  • Loading branch information
jdolitsky authored Apr 26, 2024
1 parent bc1b0f1 commit 732a680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/node-lts/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "versioned" {
target_repository = var.target_repository
config = module.config.config
build-dev = true
main_package = "nodejs-lts"
main_package = "nodejs-20"
update-repo = true
extra_dev_packages = [
"yarn",
Expand Down

0 comments on commit 732a680

Please sign in to comment.