Skip to content

Commit

Permalink
Merge pull request #1329 from vespa-engine/renovate/maven-3.x
Browse files Browse the repository at this point in the history
Update maven Docker tag to v3.9.4
  • Loading branch information
kkraune authored Oct 12, 2023
2 parents ec84ab6 + d3dbd28 commit 80bc013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

FROM maven:3.8.6-eclipse-temurin-17
FROM maven:3.9.4-eclipse-temurin-17
COPY src /home/app/src
COPY pom.xml /home/app
RUN mvn -f /home/app/pom.xml --batch-mode clean package
Expand Down

0 comments on commit 80bc013

Please sign in to comment.