Skip to content

Commit

Permalink
Merge #500: Use buster-slim for binary build
Browse files Browse the repository at this point in the history
a34ba9a Use buster-slim for binary build (Andrew Chow)

Pull request description:

  Bumps the dockerfile used for the binary build to use buster-slim instead of stretch-slim.

  Appears to fix #480

Top commit has no ACKs.

Tree-SHA512: 2f07f7807d56152111da672b07c907689291700c1d6863dfc2b446b3bd58af1676a114ebb0d770d535ce74d668c5373073da522b5fec124c65cb04cee253d7a8
  • Loading branch information
achow101 committed Mar 26, 2021
2 parents 0cd94a8 + a34ba9a commit d317067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch-slim
FROM debian:buster-slim

SHELL ["/bin/bash", "-c"]

Expand Down

0 comments on commit d317067

Please sign in to comment.