forked from Deuxfleurs/infrastructure
[riot] WIP upgrade from 1.4.1 to 1.5.6
This commit is contained in:
parent
05f60e4856
commit
2733fdd956
2 changed files with 3 additions and 3 deletions
|
@ -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 && \
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue