# Docker Maximum Supported Version Number?

**URL:** https://meta.discourse.org/t/docker-maximum-supported-version-number/156828
**Category:** Support
**Created:** [July 5, 2020, 12:13pm UTC](https://meta.discourse.org/t/docker-maximum-supported-version-number/156828 "2020-07-05T12:13:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![neounix](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neounix/32/215617_2.png) [@neounix](https://meta.discourse.org/u/neounix)
#### Post date: [July 5, 2020, 12:13pm UTC](https://meta.discourse.org/t/docker-maximum-supported-version-number/156828/1 "2020-07-05T12:13:17Z")

</div>

Hi.

Notice that Discourse has a minimum for Docker version:

```plaintext
docker_min_version='17.03.1'
docker_rec_version='17.06.2'

```

> **GitHub Reference**
>
> Reference:
> 
> [discourse\_docker/launcher at master · discourse/discourse\_docker · GitHub](https://github.com/discourse/discourse_docker/blob/master/launcher#L83)

Is there a maximum Docker version number?

The reason I ask is that we are on version:

```plaintext
ubuntu# docker version
Client:
 Version: 18.09.7
 API version: 1.39
 Go version: go1.10.1
 Git commit: 2d0083d
 Built: Fri Aug 16 14:20:06 2019
 OS/Arch: linux/amd64
 Experimental: false

Server:
 Engine:
  Version: 18.09.7
  API version: 1.39 (minimum version 1.12)
  Go version: go1.10.1
  Git commit: 2d0083d
  Built: Wed Aug 14 19:41:23 2019
  OS/Arch: linux/amd64
  Experimental: false

```

and the current docker version is:

```plaintext
19.03.11

```

Reference:

> **[Docker Engine version 29 release notes](https://docs.docker.com/engine/release-notes/29/)**
>
> Learn about the new features, bug fixes, and breaking changes for Docker Engine

OK to upgrade to the very latest docker version (ubuntu)?

Thanks!

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [July 5, 2020, 4:27pm UTC](https://meta.discourse.org/t/docker-maximum-supported-version-number/156828/2 "2020-07-05T16:27:17Z")

</div>

> [@neounix](#):
>
> OK to upgrade to the very latest docker version (ubuntu)?

Yes. That is the version everyone following the [Discourse official Standard Installation](https://meta.discourse.org/t/discourse-official-standard-installation/142537) ends up so it’s continuously tested.
