This is an automated email from the ASF dual-hosted git repository.
snoopdave pushed a commit to branch roller-6.0.x
in repository https://gitbox.apache.org/repos/asf/roller.git
The following commit(s) were added to refs/heads/roller-6.0.x by this push:
new c0b5636 Dockerfile in roller-6.0.x should build against roller-6.0.x.
c0b5636 is described below
commit c0b56361bab325215247d517aea2ed1e9730b39c
Author: David M. Johnson <[email protected]>
AuthorDate: Sat Sep 21 16:19:00 2019 -0400
Dockerfile in roller-6.0.x should build against roller-6.0.x.
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 28570de..29410a2 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 master; \
+RUN git checkout roller-6.0.x; \
mvn -Duser.home=/builder/home -DskipTests=true -B clean install