From 518273dd1782808e224967753ab244fb1c7ffdbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Wed, 21 Feb 2018 00:12:28 -0800 Subject: [PATCH] Update static-web image --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b900032..5b09da1 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ ## Test locally - docker build -t quay.io/perl/static-web:v0.5 . + docker build -t quay.io/perl/static-web:v1.1.0 . git clone git@git.develooper.com:perl-static-misc.git git docker run -p 8000:80 --name static-misc \ -v `pwd`/git:/git/static -v `pwd`/config:/web/config \ - -ti --rm quay.io/perl/static-web:v0.5 + -ti --rm quay.io/perl/static-web:v1.1.0 Test with