File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ below.
3636
3737* AWS Batch builds now support development overlays such as [ ` --augur ` ] [ ] and
3838 [ ` --auspice ` ] [ ] . To use this functionality, you'll need at least
39- ` nextstrain/base:build-20250304T041009Z ` or newer of the Nextstrain Docker
39+ ` nextstrain/base:build-20250321T184358Z ` or newer of the Nextstrain Docker
4040 runtime image. Compatibility of the runtime image is checked automatically
4141 when overlays are used with AWS Batch.
42- ([ #419 ] [ ] )
42+ ([ #419 ] [ ] , [ # 423 ] ( https://github.com/nextstrain/cli/pull/423 ) )
4343
4444[ `--augur` ] : https://docs.nextstrain.org/projects/cli/en/__NEXT__/commands/build/#cmdoption-nextstrain-build-augur
4545[ `--auspice` ] : https://docs.nextstrain.org/projects/cli/en/__NEXT__/commands/build/#cmdoption-nextstrain-build-auspice
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class IMAGE_FEATURE(Enum):
114114
115115 # AWS Batch: support for volume overlays (i.e. ../ in archive members and
116116 # file overwriting) in ZIP extraction.
117- aws_batch_overlays = "build-20250304T041009Z "
117+ aws_batch_overlays = "build-20250321T184358Z "
118118
119119
120120def register_arguments (parser ) -> None :
You can’t perform that action at this time.
0 commit comments