Repository: brooklyn-library
Updated Branches:
  refs/heads/master 8ac59f977 -> 0c0f1a81d


Update Docker image to use Maven 3.5.4



Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/0fd00cc8
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/0fd00cc8
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/0fd00cc8

Branch: refs/heads/master
Commit: 0fd00cc8a210af991c92b1bd7b89335eb4c1e78e
Parents: a94f7d8
Author: Sylwester Lachiewicz <slachiew...@gmail.com>
Authored: Sat Sep 8 14:44:57 2018 +0200
Committer: Sylwester Lachiewicz <slachiew...@gmail.com>
Committed: Sat Sep 8 14:44:57 2018 +0200

----------------------------------------------------------------------
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/0fd00cc8/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index 0c5b9f5..662762f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM maven:3.5.2-jdk-8-alpine
+FROM maven:3.5.4-jdk-8-alpine
 
 # Install necessary binaries to build brooklyn-library
 RUN apk add --no-cache git procps

Reply via email to