diff --git a/Dockerfile b/Dockerfile index 21c9af2d..289384a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y openssh-server vim python3 --no-install service ssh start # Copy CDM jar & template files -ARG MAVEN_VERSION=3.9.2 +ARG MAVEN_VERSION=3.9.3 ARG USER_HOME_DIR="/root" ARG BASE_URL=https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries ENV MAVEN_HOME /usr/share/maven @@ -26,9 +26,9 @@ ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2" COPY ./src /assets/src COPY ./pom.xml /assets/pom.xml COPY ./src/resources/cdm.properties /assets/ +COPY ./src/resources/cdm-detailed.properties /assets/ COPY ./src/resources/partitions.csv /assets/ COPY ./src/resources/primary_key_rows.csv /assets/ -COPY ./src/resources/runCommands.txt /assets/ RUN mkdir -p /usr/share/maven /usr/share/maven/ref && \ curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz && \ diff --git a/RELEASE.md b/RELEASE.md index fc2f9692..4ebaf23b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,7 @@ # Release Notes +## [4.1.2] - 2023-07-06 +- Fixed docker build + ## [4.1.1] - 2023-06-29 - Documentation fixes in readme & properties file - Config namespace fixes