Use new frontend image tag from DockerHub

This commit is contained in:
Kristóf Tóth 2019-09-12 13:40:13 -04:00
parent 56620c4b5f
commit 70cd4c51cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM tfw-frontend:latest as frontend
FROM avatao/frontend-tutorial-framework:chausie-20190912 as frontend
FROM avatao/debian:buster
RUN apt-get update &&\