aboutsummaryrefslogtreecommitdiff
path: root/docker/riotweb
diff options
context:
space:
mode:
Diffstat (limited to 'docker/riotweb')
-rw-r--r--docker/riotweb/Dockerfile2
-rw-r--r--docker/riotweb/README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/docker/riotweb/Dockerfile b/docker/riotweb/Dockerfile
index c8ff13b..fc0bae9 100644
--- a/docker/riotweb/Dockerfile
+++ b/docker/riotweb/Dockerfile
@@ -1,7 +1,7 @@
FROM amd64/debian:stretch as builder
WORKDIR /root
-ENV VERSION v1.5.10
+ENV VERSION v1.6.0
RUN apt-get update && \
apt-get install -y wget && \
diff --git a/docker/riotweb/README.md b/docker/riotweb/README.md
index 099cbfe..150fd51 100644
--- a/docker/riotweb/README.md
+++ b/docker/riotweb/README.md
@@ -1,4 +1,4 @@
```
-sudo docker build -t superboum/amd64_riotweb:v9 .
-sudo docker push superboum/amd64_riotweb:v9
+sudo docker build -t superboum/amd64_riotweb:v10 .
+sudo docker push superboum/amd64_riotweb:v10
```