diff options
author | Quentin <quentin@deuxfleurs.fr> | 2019-12-09 16:32:46 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2019-12-09 16:32:46 +0100 |
commit | 2733fdd956a3c494696095e1b2b1a3fb56f33a43 (patch) | |
tree | 636d77889a1d013bcec9d0cd80d37d812623ec15 | |
parent | 05f60e4856cfbaad1b987de9f5bd1f0f9b57bcf2 (diff) | |
download | infrastructure-2733fdd956a3c494696095e1b2b1a3fb56f33a43.tar.gz infrastructure-2733fdd956a3c494696095e1b2b1a3fb56f33a43.zip |
[riot] WIP upgrade from 1.4.1 to 1.5.6
-rw-r--r-- | docker/riotweb/Dockerfile | 2 | ||||
-rw-r--r-- | docker/riotweb/README.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docker/riotweb/Dockerfile b/docker/riotweb/Dockerfile index c64c5a1..cfac9e8 100644 --- a/docker/riotweb/Dockerfile +++ b/docker/riotweb/Dockerfile @@ -1,7 +1,7 @@ FROM amd64/debian:stretch as builder WORKDIR /root -ENV VERSION v1.4.1 +ENV VERSION v1.5.6 RUN apt-get update && \ apt-get install -y wget && \ diff --git a/docker/riotweb/README.md b/docker/riotweb/README.md index 766e943..36ec39b 100644 --- a/docker/riotweb/README.md +++ b/docker/riotweb/README.md @@ -1,4 +1,4 @@ ``` -sudo docker build -t superboum/amd64_riotweb:v7 . -sudo docker push superboum/amd64_riotweb:v7 +sudo docker build -t superboum/amd64_riotweb:v8 . +sudo docker push superboum/amd64_riotweb:v8 ``` |