Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Heinecke committed Sep 29, 2024
1 parent 6c2f341 commit 0af7b77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM openjdk:17-alpine

ARG VERSION=2.26.0
# docker build --build-arg 2.26.0 -t jheinecke/conllueditor:2.26.0 .
# docker build --build-arg 2.26.0 -t jheinecke/conllueditor:latest .
ARG VERSION=2.27.0
# docker build --build-arg VERSION=2.27.0 -t jheinecke/conllueditor:2.27.0 .
# docker build --build-arg VERSION=2.27.0 -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
# docker push jheinecke/conllueditor:2.26.0
# docker push jheinecke/conllueditor:latest
Expand Down

0 comments on commit 0af7b77

Please sign in to comment.