From 319ba1ff9647f5481c8e4655c4d8022e10f17557 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Mon, 8 Jan 2024 09:14:42 -0800 Subject: [PATCH] fix: use 'main' as source image --- packages/synthetic-chain/cli.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/synthetic-chain/cli.ts b/packages/synthetic-chain/cli.ts index acd687ed..9816c883 100755 --- a/packages/synthetic-chain/cli.ts +++ b/packages/synthetic-chain/cli.ts @@ -8,8 +8,8 @@ import { writeDockerfile } from './src/cli/dockerfileGen.js'; import { matchOneProposal, readProposals } from './src/cli/proposals.js'; import { debugTestImage, runTestImages } from './src/cli/run.js'; -// TODO change the tag to 'main' after multi-platform support https://github.com/Agoric/agoric-3-proposals/pull/32 -const baseImage = 'pr-32-linux_arm64_v8'; +// The image containing all passed proposals +const baseImage = 'main'; const { positionals, values } = parseArgs({ options: {