diff --git a/Dockerfile b/Dockerfile index bd4c04a..6db1690 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM apache/ozone-runner:20230615-1 +FROM apache/ozone-runner:20240729-jdk17-1 ARG OZONE_URL=https://dlcdn.apache.org/ozone/1.4.0/ozone-1.4.0.tar.gz WORKDIR /opt RUN sudo rm -rf /opt/hadoop && curl -LSs -o ozone.tar.gz $OZONE_URL && tar zxf ozone.tar.gz && rm ozone.tar.gz && mv ozone* hadoop diff --git a/build.sh b/build.sh index 456f405..6586cb2 100755 --- a/build.sh +++ b/build.sh @@ -21,7 +21,7 @@ set -eu mkdir -p build ozone_version=1.4.0 -rat_version=0.16 +rat_version=0.16.1 if [ ! -d "$DIR/build/apache-rat-${rat_version}" ]; then if type wget 2> /dev/null; then