This commit is contained in:
Andras Bacsai
2022-11-02 10:08:22 +01:00
parent 3a8929b9d7
commit 923241ce1e
5 changed files with 6 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ const host = '0.0.0.0';
await refreshTags()
await migrateServicesToNewTemplate()
}, 60000)
setInterval(async () => {
await copySSLCertificates();
}, 10000)

View File

@@ -18,7 +18,7 @@ import * as serviceFields from './services/serviceFields';
import { saveBuildLog } from './buildPacks/common';
import { scheduler } from './scheduler';
export const version = '3.10.16';
export const version = '3.10.17';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';