# Discourse base image updated

**URL:** https://meta.discourse.org/t/discourse-base-image-updated/26160
**Category:** Self-hosting
**Created:** [March 10, 2015, 5:00am UTC](https://meta.discourse.org/t/discourse-base-image-updated/26160 "2015-03-10T05:00:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [March 10, 2015, 5:00am UTC](https://meta.discourse.org/t/discourse-base-image-updated/26160/1 "2015-03-10T05:00:33Z")

</div>

I just released a new discourse docker base image, I recommend you all update to it because it includes a rather important change that ensures logfiles cycle correctly.

To update run:

```plaintext
cd /var/docker
git pull
./launcher rebuild app

```

Latest includes a special fix that means that in future, when you need to rebuild:

```plaintext
cd /var/docker
./launcher rebuild app

```

You get to omit the git pull. 🎊 💝 🎉 🎈

Of course I am going to have to wait a year for everyone to get on latest… but hey… it is progress

---

<div class="post-metadata">

### Author: ![chapel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapel/32/122414_2.png) [@chapel](https://meta.discourse.org/u/chapel)
#### Post date: [March 10, 2015, 5:32am UTC](https://meta.discourse.org/t/discourse-base-image-updated/26160/2 "2015-03-10T05:32:41Z")

</div>

Keep up the good work.

As someone who maintains hundreds of production servers, Discourse has been very turn key for me.
