Skip to content

Commit

Permalink
chore(logspout): switch to busybox
Browse files Browse the repository at this point in the history
flynn/logspout has not been modified in 15 months, whereas busybox is
an officially supported image by docker.
  • Loading branch information
Matthew Fisher committed Apr 10, 2015
1 parent e153834 commit 14f7d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logspout/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM flynn/busybox
FROM busybox
MAINTAINER OpDemand <[email protected]>

ENV DOCKER_HOST unix:///tmp/docker.sock
Expand Down

0 comments on commit 14f7d86

Please sign in to comment.