Skip to content

Commit

Permalink
Switch docker base to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Baymax committed Jul 25, 2022
1 parent f55c3dc commit 19750ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /build
COPY . /build
RUN make release

FROM debian:buster
FROM ubuntu:20.04

COPY --from=build /build/target/release/reef-node /usr/local/bin
ENTRYPOINT ["reef-node"]

0 comments on commit 19750ec

Please sign in to comment.