This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 63fef4e Fix the Docker image tag
63fef4e is described below
commit 63fef4e7ac241069c1087df5411272b840ceb4cc
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Dec 2 10:27:15 2020 +0200
Fix the Docker image tag
Update Spotify Dockerfile Maven plugin version to 1.4.13
Now it uses https://github.com/spotify/dockerfile-maven instead of the
deprecated https://github.com/spotify/docker-maven-plugin
To run it:
$ mvn dockerfile:build dockerfile:push -Pdocker
---
wicket-examples/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index a9b637c..05fdf82 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -32,7 +32,7 @@
</description>
<properties>
-
<dockerfile-maven-plugin.version>1.3.6</dockerfile-maven-plugin.version>
+
<dockerfile-maven-plugin.version>1.4.13</dockerfile-maven-plugin.version>
</properties>
<dependencyManagement>
@@ -318,7 +318,7 @@
<version>${dockerfile-maven-plugin.version}</version>
<configuration>
<repository>apache-docker-wicket-docker.bintray.io/wicket-examples</repository>
- <tag>LATEST-8</tag>
+ <tag>LATEST-9</tag>
</configuration>
<executions>
<execution>