Closed dduportal closed 1 year ago
This PR only updates the updatecli manifest tracking the LTS version to uses a FROM instruction instead of ARG and FROM.
FROM
ARG
No changes expected once merged, but the Dockerfile will be easier to parse through the plugin update script (to retrieve the Jenkins version).
Dockerfile
This PR only updates the updatecli manifest tracking the LTS version to uses a
FROM
instruction instead ofARG
andFROM
.No changes expected once merged, but the
Dockerfile
will be easier to parse through the plugin update script (to retrieve the Jenkins version).