This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
The following commit(s) were added to refs/heads/master by this push:
new 5a5dd2af05 use newer maven container to build
5a5dd2af05 is described below
commit 5a5dd2af05ec4ea42193e5d3cbfde547aeaaa071
Author: Alex Heneveld <[email protected]>
AuthorDate: Wed Apr 10 11:51:55 2024 +0100
use newer maven container to build
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 5fd1e30d67..b73602335c 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-eclipse-temurin-8
# Install necessary binaries to build brooklyn-server
RUN apk add --no-cache git