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 Apr 4, 2024
1 parent 92fde1e commit 8a3981d
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 @@ -70,27 +70,27 @@
"sourceImage": "ubi8-minimal",
"sourceTag": "8.9-1161",
"destImage": "node-v18-ubi8-minimal",
"nodeVersion": "18.20.0"
"nodeVersion": "18.20.1"
},
{
"imageType": "node",
"sourceImage": "ubi8-minimal",
"sourceTag": "8.9-1161",
"destImage": "node-v20-ubi8-minimal",
"nodeVersion": "20.12.0"
"nodeVersion": "20.12.1"
},
{
"imageType": "node",
"sourceImage": "ubi9-minimal",
"sourceTag": "9.3-1612",
"destImage": "node-v18-ubi9-minimal",
"nodeVersion": "18.20.0"
"nodeVersion": "18.20.1"
},
{
"imageType": "node",
"sourceImage": "ubi9-minimal",
"sourceTag": "9.3-1612",
"destImage": "node-v20-ubi9-minimal",
"nodeVersion": "20.12.0"
"nodeVersion": "20.12.1"
}
]

0 comments on commit 8a3981d

Please sign in to comment.