Skip to content

Commit f263817

Browse files
committed
ref(logger): replace deis/go.
1 parent dac9161 commit f263817

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

logger/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM deis/go:latest
1+
FROM golang:1.3
22

33
WORKDIR /go/src/github.com/deis/deis/logger
4-
CMD /go/bin/syslogd
4+
CMD /go/bin/logger
55

66
ADD . /go/src/github.com/deis/deis/logger
77
RUN CGO_ENABLED=0 go get -a -ldflags '-s' github.com/deis/deis/logger

0 commit comments

Comments
 (0)