[riot] WIP upgrade from 1.4.1 to 1.5.6

This commit is contained in:
Quentin 2019-12-09 16:32:46 +01:00
parent 05f60e4856
commit 2733fdd956
2 changed files with 3 additions and 3 deletions

View file

@ -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 && \

View file

@ -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
```