Skip to content

Commit 1e63f6c

Browse files
committed
Update Maven to 3.5.2
1 parent a4f75b6 commit 1e63f6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN for f in *.csv ; do csvstat $f > ${f/.csv/.stats} ; done
1818
FROM hbpmip/data-db-setup:2.1.9 as parent-image
1919

2020
# Build stage for Java classes
21-
FROM maven:3.5.0-jdk-8-alpine as build-java-env
21+
FROM maven:3.5.2-jdk-8-alpine as build-java-env
2222

2323
COPY --from=parent-image /usr/share/jars/data-db-setup.jar /flyway/jars/
2424
COPY src/main/java/ /project/src/

0 commit comments

Comments
 (0)