Skip to content

Commit 4bb007e

Browse files
fix: updated syntax in dockerfile
1 parent c2d3137 commit 4bb007e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN cd validator \
1414

1515
RUN cd validator \
1616
&& sed -i 's/jetty-version" value="11.0.20"/jetty-version" value="11.0.25"/' build/build.xml \
17-
&& sed -i 's/commons-fileupload-version" value="2.0.0-M2"/commons-fileupload-version" value="2.0.0-M4"/' build/build.xml \
17+
&& sed -i 's/commons-fileupload-version" value="2.0.0-M2"/commons-fileupload-version" value="2.0.0-M4"/' build/build.xml
1818

1919
RUN cd validator \
2020
&& JAVA_HOME=/usr/lib/jvm/java-25-openjdk python checker.py dldeps

0 commit comments

Comments
 (0)