This is an automated email from the ASF dual-hosted git repository.
snoopdave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git
The following commit(s) were added to refs/heads/master by this push:
new 026f8f1 Dockerfile in master should build against master.
026f8f1 is described below
commit 026f8f139b73e796a9a3de2f94d93a7cefe96876
Author: David M. Johnson <[email protected]>
AuthorDate: Sat Sep 21 16:14:36 2019 -0400
Dockerfile in master should build against master.
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 2dcbcd4..28570de 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,7 +31,7 @@ WORKDIR /tmp
RUN apt-get update && apt-get install -y git
RUN git clone https://github.com/apache/roller.git
WORKDIR /tmp/roller
-RUN git checkout bootstrap-ui; \
+RUN git checkout master; \
mvn -Duser.home=/builder/home -DskipTests=true -B clean install