Skip to content

Commit

Permalink
[DOP-4204]: Update snooty parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Jan 2, 2024
1 parent 6d6a891 commit 0b9d73d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}),
Expand Down

0 comments on commit 0b9d73d

Please sign in to comment.