From e27b7b7184335ce95985a61199c2d75534547909 Mon Sep 17 00:00:00 2001
From: Simon Noetzlin <simon.ntz@gmail.com>
Date: Tue, 3 Oct 2023 15:27:28 +0200
Subject: [PATCH] fix Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 6ed877a242..583a1e8009 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,7 +43,7 @@ FROM ghcr.io/informalsystems/cometmock:v0.37.x as cometmock-builder
 # Get GoRelayer
 FROM ghcr.io/informalsystems/relayer-no-gas-sim:v2.3.0-rc4-no-gas-sim AS gorelayer-builder
 
-FROM --platform=linux/arm64 fedora:36
+FROM --platform=linux/amd64 fedora:36
 RUN dnf update -y
 RUN dnf install -y which iproute iputils procps-ng vim-minimal tmux net-tools htop jq
 USER root