Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade the Cosmos-SDK to Go 1.18 #11663

Merged
merged 13 commits into from
Apr 19, 2022
Prev Previous commit
Next Next commit
Update Dockerfile
  • Loading branch information
faddat committed Apr 19, 2022
commit 3732258f249c8cc2b3379871bc7657f6d37340c0
2 changes: 1 addition & 1 deletion contrib/rosetta/rosetta-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . ./
RUN go build -o simd ./simapp/simd/

FROM alpine
RUN apk add gcc libc-dev python3 --no-cache
RUN apk add gcc git libc-dev python3 --no-cache

ENV PATH=$PATH:/bin

Expand Down