From 0b9d73da8b0f16d49c55f38857902a78119374ef Mon Sep 17 00:00:00 2001 From: branberry Date: Tue, 2 Jan 2024 11:57:02 -0600 Subject: [PATCH] [DOP-4204]: Update snooty parser version --- .../lib/constructs/cache-updater/cache-updater-api-construct.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdk-infra/lib/constructs/cache-updater/cache-updater-api-construct.ts b/cdk-infra/lib/constructs/cache-updater/cache-updater-api-construct.ts index 937a801511..956e67597f 100644 --- a/cdk-infra/lib/constructs/cache-updater/cache-updater-api-construct.ts +++ b/cdk-infra/lib/constructs/cache-updater/cache-updater-api-construct.ts @@ -12,7 +12,7 @@ export class CacheUpdaterConstruct extends Construct { memorySize: 2048, code: DockerImageCode.fromImageAsset(path.join(__dirname, '../../../../'), { buildArgs: { - SNOOTY_PARSER_VERSION: '0.15.0', + SNOOTY_PARSER_VERSION: '0.15.1', }, file: 'api/handlers/cache-updater/Dockerfile.cacheUpdater', }),