Skip to content

Commit

Permalink
Merge pull request #68 from reef-defi/f/docker2
Browse files Browse the repository at this point in the history
Switch docker base to Ubuntu 20.04
  • Loading branch information
Netherdrake authored Jul 25, 2022
2 parents c86789d + 263f460 commit 4224f80
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 4224f80

Please sign in to comment.