Skip to content

Commit

Permalink
Merge pull request #154 from ElrondNetwork/update-dockerfile
Browse files Browse the repository at this point in the history
update Dockerfile
  • Loading branch information
iulianpascalau authored Jan 9, 2023
2 parents 81711a2 + 7daeac7 commit cf72a8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN cp -r * /go/elrond-go/cmd/node/config/
WORKDIR /go/elrond-go/cmd/node

# ===== SECOND STAGE ======
FROM ubuntu:18.04
FROM ubuntu:22.04
RUN apt-get update -y && apt-get upgrade -y
COPY --from=builder "/go/elrond-go/cmd/node" "/go/elrond-go/cmd/node/"
COPY --from=builder "/lib/libwasmer_linux_amd64.so" "/lib/libwasmer_linux_amd64.so"
WORKDIR /go/elrond-go/cmd/node/
Expand Down

0 comments on commit cf72a8c

Please sign in to comment.