From 2e0a73683646993d104fbbfda3fd183c40375a57 Mon Sep 17 00:00:00 2001 From: anhductn2001 Date: Fri, 22 Mar 2024 15:55:03 +0700 Subject: [PATCH] Use base ubuntu:latest to run wasmd --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9c8fd0d..26aa805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/