Skip to content

Commit

Permalink
Trigger build with new base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Aug 22, 2024
1 parent 41548e1 commit 1ec4497
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base_images.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.10-1018",
"sourceTag": "8.10-1052",
"destImage": "node-v18-ubi8-minimal",
"nodeVersion": "18.20.4"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.10-1018",
"sourceTag": "8.10-1052",
"destImage": "node-v20-ubi8-minimal",
"nodeVersion": "20.16.0"
"nodeVersion": "20.17.0"
},
{
"imageType": "node",
Expand All @@ -80,6 +80,6 @@
"sourceImage": "ubi9-minimal",
"sourceTag": "9.4-1194",
"destImage": "node-v20-ubi9-minimal",
"nodeVersion": "20.16.0"
"nodeVersion": "20.17.0"
}
]

0 comments on commit 1ec4497

Please sign in to comment.