From 70cd4c51cbd3109301724c2aa39a6e6872dd9280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 12 Sep 2019 13:40:13 -0400 Subject: [PATCH] Use new frontend image tag from DockerHub --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db441a7..a0f1cd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 &&\