diff --git a/Dockerfile b/Dockerfile
index c1ada04d492ff15ccbc04fbc2c415fff44764ea8..46b29166377f874f7267b3fd9b824659058fbb2d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -44,7 +44,7 @@ RUN yum install -y https://www.monetdb.org/downloads/epel/MonetDB-release-epel.n
 RUN yum update -y && \
     yum upgrade -y
 
-ARG MonetDBVersion=11.27.13
+ARG MonetDBVersion=11.29.3
 
 # Install MonetDB server
 RUN yum install -y MonetDB-$MonetDBVersion \
diff --git a/README.md b/README.md
index ac9bfbe8f9e1ad03d00a43cb06c6ce1680b9a766..aea6f32b3b3c9cece777b0111086562daad87611 100644
--- a/README.md
+++ b/README.md
@@ -5,16 +5,12 @@ monetdb-r-docker
 Docker container for [MonetDB with R](https://www.monetdb.org/content/embedded-r-monetdb). Based on CentOS 7.
 
 # Supported tags and respective Dockerfile links
+* [`Mar2018`, `11.29.3`, `latest` (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/mar2018/Dockerfile)
 * [`Jul2017-SP4`, `11.27.13`, `latest` (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/jul2017-sp4/Dockerfile)
 * [`Jul2017-SP3`, `11.27.11`, (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/jul2017-sp3/Dockerfile)
 * [`Jul2017-SP2`, `11.27.9`, (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/jul2017-sp2/Dockerfile)
 * [`Jul2017-SP1`, `11.27.5` (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/jul2017-sp1/Dockerfile)
 * [`Jul2017`, `11.27.1`, (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/jul2017/Dockerfile)
-* [`Dec2016-SP5`, `11.25.23`, (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp5/Dockerfile)
-* [`Dec2016-SP4`, `11.25.21`, (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp4/Dockerfile)
-* [`Dec2016-SP3`, `11.25.15`, (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp3/Dockerfile)
-* [`Dec2016-SP2`, `11.25.9`, (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp2/Dockerfile)
-* [`Dec2016-SP1`, `11.25.5` (Dockerfile)](https://github.com/MonetDB/monetdb-r-docker/blob/dec2016-sp1/Dockerfile)
 
 # Launching a MonetDB container
 Pull the image from the registry: