Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Heinecke committed Jan 22, 2023
1 parent 4fa0e52 commit 35a381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:17-alpine

ARG VERSION=2.19.4
ARG VERSION=2.20.0
# docker build --build-arg 2.18.1 -t jheinecke/conllueditor:2.18.1 .
# docker build --build-arg 2.18.1 -t jheinecke/conllueditor:latest .
# docker run -t --rm --name conllueditor -p 5555:5555 --user 1000:1000 -v </absolute/path/to/datadir>:/data --env filename=tt.conllu jheinecke/conllueditor:latest
Expand Down

0 comments on commit 35a381a

Please sign in to comment.