Skip to content

Commit 83e9a0a

Browse files
committed
Fix marvin version in Dockerfile
1 parent ccb38c8 commit 83e9a0a

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
@@ -30,7 +30,7 @@ RUN (/usr/bin/mysqld_safe &); \
3030
sleep 3; \
3131
mvn -Pdeveloper -pl developer -Ddeploydb; \
3232
mvn -Pdeveloper -pl developer -Ddeploydb-simulator; \
33-
pip install tools/marvin/dist/Marvin-0.1.0.tar.gz
33+
pip install tools/marvin/dist/Marvin-4.6.0-SNAPSHOT.tar.gz
3434

3535
EXPOSE 8080
3636

0 commit comments

Comments
 (0)