From ef8407b23e812817a740940267ff3e416cba2d90 Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 12 May 2020 12:17:41 -0500 Subject: [PATCH] typo in app image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a0fab54b..9da892b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN cd /srv/frontend && \ else echo "skip frontend tests and lint" ; npm run build ; fi && \ rm -rf ./node_modules -FROM umputun/baseimage-latest:app +FROM umputun/baseimage:app-latest WORKDIR /srv