Skip to content

Commit

Permalink
Use base ubuntu:latest to run wasmd
Browse files Browse the repository at this point in the history
anhductn2001 committed Mar 22, 2024
1 parent 3c6ace8 commit 2e0a736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -41,9 +41,9 @@ COPY . .

RUN make build

FROM alpine:3.18
FROM ubuntu:latest

RUN apk add curl jq bash vim
RUN apt-get update -y

COPY --from=go-builder /app/build/rollappd /usr/local/bin/

0 comments on commit 2e0a736

Please sign in to comment.