Skip to content

Commit

Permalink
Add FROM specifier to Dockerfile.gaia
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Dec 22, 2023
1 parent 4173c5c commit 1ee5ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.gaia
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ WORKDIR /interchain-security
RUN make install

# Get Hermes build
FROM ghcr.io/informalsystems/hermes:1.4.1 AS hermes-builder
FROM --platform=linux/amd64 ghcr.io/informalsystems/hermes:1.4.1 AS hermes-builder

FROM --platform=linux/amd64 fedora:36
RUN dnf update -y
Expand Down

0 comments on commit 1ee5ed5

Please sign in to comment.