diff --git a/scripts/release.js b/scripts/release.js index 68c195845d..a72c584742 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -46,11 +46,6 @@ async function main() { ); }); - // Set version in Dockerfile (both LABEL and RUN) - updateString(join(rootDir, 'Dockerfile-cli'), (docker) => - docker.replace(new RegExp(current, 'g'), version), - ); - if (isLatest) { // Bump version in changelog updateString(join(rootDir, 'CHANGELOG.md'), (changelog) =>